summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-05 22:41:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-05 22:41:53 +0200
commit542ff91b9b42178a89aad0060f4c61b5744fc63f (patch)
tree683e1f895f649453b789689cc308f6cd6b221fc7
parent2c87879bffae65d49b06eca7903f201a958094e0 (diff)
xf86-input-libinput: allow all qemu graphic variantsHEADmaster
-rw-r--r--package/xf86-input-libinput/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xf86-input-libinput/Makefile b/package/xf86-input-libinput/Makefile
index a4a96b589..8f6bac4c1 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 || ADK_TARGET_QEMU_WITH_GRAPHIC
+PKG_CFLINE_XF86_INPUT_LIBINPUT:= depends on ADK_TARGET_WITH_INPUT || ADK_TARGET_QEMU
include $(ADK_TOPDIR)/mk/package.mk