From 0b35e93faf4ead9acbf6f7ef5d7a2af199d670dc Mon Sep 17 00:00:00 2001 From: mirko Date: Fri, 11 Dec 2009 08:13:33 +0000 Subject: [PATCH] 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 --- libs/libdirectfb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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