From: Mirko Vogt 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6e6d9d4657ed0983950354fe3ac08135f4c21648 use only as keyboard driver, as more than one driver cause confusing behaviours - thanks to Xiang Fu SVN-Revision: 18745 --- diff --git a/libs/libdirectfb/Makefile b/libs/libdirectfb/Makefile index b072c1ed3c..42f216a84b 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