Browse Source

xf86-input-libinput: allow all qemu graphic variants

Waldemar Brodkorb 4 months ago
parent
commit
542ff91b9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/xf86-input-libinput/Makefile

+ 1 - 1
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