diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 19:31:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 19:32:29 +0200 |
commit | ede7937ee33aa6c742aa9a696455adfbdfe39902 (patch) | |
tree | b7eceb57d0b86728e2c3b64071afdb9504a90728 | |
parent | 7c48f3fc434126d6981485c1db03b43ee26d81db (diff) |
xf86-input-libinput: allow for qemu builds
-rw-r--r-- | package/xf86-input-libinput/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xf86-input-libinput/Makefile b/package/xf86-input-libinput/Makefile index e3720e8e0..a4a96b589 100644 --- a/package/xf86-input-libinput/Makefile +++ b/package/xf86-input-libinput/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= xorg-server libudev libevdev mtdev libinput PKG_BUILDDEP:= xorg-server eudev libevdev mtdev libinput PKG_SITES:= https://www.x.org/releases/individual/driver/ -PKG_CFLINE_XF86_INPUT_LIBINPUT:= depends on ADK_TARGET_WITH_INPUT +PKG_CFLINE_XF86_INPUT_LIBINPUT:= depends on ADK_TARGET_WITH_INPUT || ADK_TARGET_QEMU_WITH_GRAPHIC include $(ADK_TOPDIR)/mk/package.mk |