use <linuxinput> only as keyboard driver, as more than one driver cause confusing behaviours - thanks to Xiang Fu

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18745 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-12-11 08:13:33 +00:00
parent 46e4dde9e3
commit 0b35e93faf

View 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