mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
lcdproc: add support for menus
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f02d58ccff
commit
23467d5e2c
@ -12,3 +12,9 @@ config BR2_PACKAGE_LCDPROC_DRIVERS
|
|||||||
depends on BR2_PACKAGE_LCDPROC
|
depends on BR2_PACKAGE_LCDPROC
|
||||||
help
|
help
|
||||||
Specify a comma-separated list of lcdproc drivers to be built
|
Specify a comma-separated list of lcdproc drivers to be built
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LCDPROC_MENUS
|
||||||
|
bool "Menu support"
|
||||||
|
depends on BR2_PACKAGE_LCDPROC
|
||||||
|
help
|
||||||
|
Enable support for lcdproc menus
|
||||||
|
@ -12,6 +12,10 @@ LCDPROC_MAKE = $(MAKE1)
|
|||||||
|
|
||||||
LCDPROC_CONF_OPT = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS)
|
LCDPROC_CONF_OPT = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS)
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LCDPROC_MENUS),y)
|
||||||
|
LCDPROC_CONF_OPT += --enable-lcdproc-menus
|
||||||
|
endif
|
||||||
|
|
||||||
LCDPROC_DEPENDENCIES = ncurses
|
LCDPROC_DEPENDENCIES = ncurses
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user