summaryrefslogtreecommitdiffstats
path: root/package/lcdproc/lcdproc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/lcdproc/lcdproc.mk')
-rw-r--r--package/lcdproc/lcdproc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk
index 2f19a3e893..4fbeca14ca 100644
--- a/package/lcdproc/lcdproc.mk
+++ b/package/lcdproc/lcdproc.mk
@@ -10,12 +10,12 @@ LCDPROC_LICENSE = GPLv2+
LCDPROC_LICENSE_FILES = COPYING
LCDPROC_MAKE = $(MAKE1)
-LCDPROC_CONF_OPT = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS) \
+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_OPT += --enable-lcdproc-menus
+LCDPROC_CONF_OPTS += --enable-lcdproc-menus
endif
LCDPROC_DEPENDENCIES = freetype ncurses zlib
OpenPOWER on IntegriCloud