acf2af2d91
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>
15 lines
452 B
Makefile
15 lines
452 B
Makefile
#############################################################
|
|
#
|
|
# lcdproc
|
|
#
|
|
#############################################################
|
|
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=$(BR2_PACKAGE_LCDPROC_DRIVERS)
|
|
|
|
LCDPROC_DEPENDENCIES = ncurses
|
|
|
|
$(eval $(call AUTOTARGETS))
|