From 6e6d9d4657ed0983950354fe3ac08135f4c21648 Mon Sep 17 00:00:00 2001 From: Mirko Vogt 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 SVN-Revision: 18745 --- libs/libdirectfb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2