package/yad: fix build with NLS
Fixes:
- http://autobuild.buildroot.org/results/40ccab40d7c82b908a622d45998d057a31d9cac6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 29e689d41a
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8f05e6445d
commit
9692f0c55d
@ -9,7 +9,8 @@ YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
||||
YAD_SITE = http://sourceforge.net/projects/yad-dialog/files
|
||||
YAD_LICENSE = GPL-3.0
|
||||
YAD_LICENSE_FILES = COPYING
|
||||
YAD_DEPENDENCIES = host-intltool host-pkgconf
|
||||
YAD_DEPENDENCIES = host-intltool host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
||||
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
YAD_CONF_OPTS = --enable-html=no
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
|
Loading…
Reference in New Issue
Block a user