diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-04-14 14:37:55 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-04-14 14:39:48 -0600 |
commit | e568219980d083e7833eecda14fb3aefc726b57a (patch) | |
tree | b06f4ce927d146453383cd54c2fbdeed7b134765 /utils | |
parent | 0dbb306e47c4f8788afe2c500fae0d97eb3bb1ad (diff) |
lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGS
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lcdproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lcdproc/Makefile b/utils/lcdproc/Makefile index fc6d9fb5c..630c15c26 100644 --- a/utils/lcdproc/Makefile +++ b/utils/lcdproc/Makefile @@ -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 \ |