Add a configuration menu item to specify a list of lcdproc drivers to
be built. The list defaults to 'all'.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
LCD display driver daemon and clients
http://lcdproc.org/
+
+config BR2_PACKAGE_LCDPROC_DRIVERS
+ string "List of drivers to build"
+ default "all"
+ depends on BR2_PACKAGE_LCDPROC
+ help
+ Specify a comma-separated list of lcdproc drivers to be built
LCDPROC_SOURCE = lcdproc-$(LCDPROC_VERSION).tar.gz
LCDPROC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/lcdproc/lcdproc/$(LCDPROC_VERSION)
-LCDPROC_CONF_OPT = --enable-drivers=all
+LCDPROC_CONF_OPT = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS)
LCDPROC_DEPENDENCIES = ncurses