package/gupnp-tools: fix build with NLS
Fixes: - No autobuilder failures yet Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
40f8afda46
commit
f8e16b6d64
@ -19,7 +19,10 @@ GUPNP_TOOLS_DEPENDENCIES = \
|
|||||||
gssdp \
|
gssdp \
|
||||||
gupnp \
|
gupnp \
|
||||||
libsoup \
|
libsoup \
|
||||||
libgtk3
|
libgtk3 \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
|
GUPNP_TOOLS_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GUPNP_AV),y)
|
ifeq ($(BR2_PACKAGE_GUPNP_AV),y)
|
||||||
GUPNP_TOOLS_CONF_OPTS += --with-av
|
GUPNP_TOOLS_CONF_OPTS += --with-av
|
||||||
|
Loading…
Reference in New Issue
Block a user