mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
lcdproc: needs MMU
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>
This commit is contained in:
parent
1ca9e06f1c
commit
4af3bb1d0e
@ -1,12 +1,13 @@
|
|||||||
config BR2_PACKAGE_LCDPROC
|
config BR2_PACKAGE_LCDPROC
|
||||||
bool "lcdproc"
|
bool "lcdproc"
|
||||||
select BR2_PACKAGE_FREETYPE
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
select BR2_PACKAGE_ZLIB
|
||||||
LCD display driver daemon and clients
|
help
|
||||||
|
LCD display driver daemon and clients
|
||||||
|
|
||||||
http://lcdproc.org/
|
http://lcdproc.org/
|
||||||
|
|
||||||
config BR2_PACKAGE_LCDPROC_DRIVERS
|
config BR2_PACKAGE_LCDPROC_DRIVERS
|
||||||
string "List of drivers to build"
|
string "List of drivers to build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user