Commit acf2af2d authored by spdawson@gmail.com's avatar spdawson@gmail.com Committed by Peter Korsgaard
Browse files

Add lcdproc config options, for driver selection



Add a configuration menu item to specify a list of lcdproc drivers to
be built. The list defaults to 'all'.

Signed-off-by: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent df39ffe7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5,3 +5,10 @@ config BR2_PACKAGE_LCDPROC
         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
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ LCDPROC_VERSION = 0.5.5
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