From: Fabrice Fontaine Date: Wed, 3 Jul 2019 18:11:56 +0000 (+0200) Subject: package/gupnp-tools: fix build with NLS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8e16b6d6481ae02c88d0fcaf6fe73efc21bc93a;p=buildroot.git package/gupnp-tools: fix build with NLS Fixes: - No autobuilder failures yet Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/gupnp-tools/gupnp-tools.mk b/package/gupnp-tools/gupnp-tools.mk index 8f95e04f98..06c7b1fd3b 100644 --- a/package/gupnp-tools/gupnp-tools.mk +++ b/package/gupnp-tools/gupnp-tools.mk @@ -19,7 +19,10 @@ GUPNP_TOOLS_DEPENDENCIES = \ gssdp \ gupnp \ libsoup \ - libgtk3 + libgtk3 \ + $(TARGET_NLS_DEPENDENCIES) + +GUPNP_TOOLS_CONF_ENV = LIBS=$(TARGET_NLS_LIBS) ifeq ($(BR2_PACKAGE_GUPNP_AV),y) GUPNP_TOOLS_CONF_OPTS += --with-av