From: mirko Date: Fri, 11 Dec 2009 08:13:33 +0000 (+0000) Subject: use only as keyboard driver, as more than one driver cause confusing... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0b35e93faf4ead9acbf6f7ef5d7a2af199d670dc;p=packages.git use 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 --- diff --git a/libs/libdirectfb/Makefile b/libs/libdirectfb/Makefile index b072c1ed3..42f216a84 100644 --- a/libs/libdirectfb/Makefile +++ b/libs/libdirectfb/Makefile @@ -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