lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGS

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville 2017-04-14 14:37:55 -06:00
parent 0dbb306e47
commit e568219980
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ PKG_NAME:=lcdproc
# PKG_VERSION:=0.5.8
PKG_BASE_VERSION:=0.5.8
PKG_VERSION:=$(PKG_BASE_VERSION)+git2070222
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/lcdproc/lcdproc.git
@ -121,7 +121,7 @@ endef
# not everything groks --disable-nls
CONFIGURE_ARGS := $(filter-out --%-nls,$(CONFIGURE_ARGS))
DISABLE_NLS:=
CONFIGURE_ARGS += \
--disable-libX11 \