projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca9e06
)
lcdproc: needs MMU
author
gilles.talis@gmail.com
<gilles.talis@gmail.com>
Mon, 11 Mar 2013 07:41:24 +0000
(07:41 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 12 Mar 2013 09:31:06 +0000
(10:31 +0100)
Fixes:
http://autobuild.buildroot.org/results/
58d0231cc39ee6be3064906f07307b438ea4c30b
Also fixed some indentation issues
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lcdproc/Config.in
patch
|
blob
|
history
diff --git
a/package/lcdproc/Config.in
b/package/lcdproc/Config.in
index e0afc44b96cd0fe9d2934204d01d694ddbc9f8ca..5635a02091965ee0880ac39daa0cf9ecefec1975 100644
(file)
--- a/
package/lcdproc/Config.in
+++ b/
package/lcdproc/Config.in
@@
-1,12
+1,13
@@
config BR2_PACKAGE_LCDPROC
- bool "lcdproc"
- select BR2_PACKAGE_FREETYPE
- select BR2_PACKAGE_NCURSES
- select BR2_PACKAGE_ZLIB
- help
- LCD display driver daemon and clients
+ bool "lcdproc"
+ depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_FREETYPE
+ select BR2_PACKAGE_NCURSES
+ select BR2_PACKAGE_ZLIB
+ help
+ LCD display driver daemon and clients
- http://lcdproc.org/
+ http://lcdproc.org/
config BR2_PACKAGE_LCDPROC_DRIVERS
string "List of drivers to build"