summaryrefslogtreecommitdiffstats
path: root/package/lcdproc/lcdproc.mk
blob: 4fbeca14ca6a3b09af02ba3858cce6bed0141068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
#
# lcdproc
#
################################################################################

LCDPROC_VERSION = 0.5.7
LCDPROC_SITE = http://downloads.sourceforge.net/project/lcdproc/lcdproc/$(LCDPROC_VERSION)
LCDPROC_LICENSE = GPLv2+
LCDPROC_LICENSE_FILES = COPYING
LCDPROC_MAKE = $(MAKE1)

LCDPROC_CONF_OPTS = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS) \
	--with-ft-prefix="$(STAGING_DIR)/usr" \
	--with-ft-exec-prefix="$(STAGING_DIR)/usr"

ifeq ($(BR2_PACKAGE_LCDPROC_MENUS),y)
LCDPROC_CONF_OPTS += --enable-lcdproc-menus
endif

LCDPROC_DEPENDENCIES = freetype ncurses zlib

$(eval $(autotools-package))
OpenPOWER on IntegriCloud