use <linuxinput> only as keyboard driver, as more than one driver cause confusing...
[packages.git] / libs / libdirectfb / Makefile
index b072c1e..42f216a 100644 (file)
@@ -41,7 +41,6 @@ define Feature/DirectFB
   NAME:=DirectFB
 endef
 
-comma:=,
 define Build/Configure
        $(call Build/Configure/Default, \
                --disable-osx \
@@ -54,7 +53,7 @@ define Build/Configure
                --disable-sdl \
                --disable-vnc \
                --enable-sysfs \
-               --with-inputdrivers=keyboard$(comma)linuxinput \
+               --with-inputdrivers=linuxinput \
                --with-gfxdrivers=none \
        )
 endef