package/mc: fix build with NLS
gettext is an optional dependency since version 4.8.24 and
f30e6ff283
Fixes:
- http://autobuild.buildroot.org/results/0e72b0b5b7d7009bd5ad5f15917e94c86e99131b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f0b00164ae
commit
373dc95c49
@ -9,7 +9,8 @@ MC_SOURCE = mc-$(MC_VERSION).tar.xz
|
||||
MC_SITE = http://ftp.midnight-commander.org
|
||||
MC_LICENSE = GPL-3.0+
|
||||
MC_LICENSE_FILES = COPYING
|
||||
MC_DEPENDENCIES = libglib2 host-pkgconf
|
||||
MC_DEPENDENCIES = libglib2 host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
||||
MC_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GPM),y)
|
||||
MC_CONF_OPTS += --with-gpm-mouse
|
||||
|
Loading…
Reference in New Issue
Block a user