projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03026e7
)
use <linuxinput> only as keyboard driver, as more than one driver cause confusing...
author
Mirko Vogt
<mirko@openwrt.org>
Fri, 11 Dec 2009 08:13:33 +0000
(08:13 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Fri, 11 Dec 2009 08:13:33 +0000
(08:13 +0000)
SVN-Revision: 18745
libs/libdirectfb/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdirectfb/Makefile
b/libs/libdirectfb/Makefile
index b072c1ed3c2329ace9e3f50c060f4c64777fafeb..42f216a84b7327082d95990d30a817fa05854947 100644
(file)
--- 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