[Buildroot] [PATCH 1/1] package/gupnp-tools: fix build with NLS

Arnout Vandecappelle arnout at mind.be
Thu Jul 11 14:06:21 UTC 2019



On 03/07/2019 20:11, Fabrice Fontaine wrote:
> Fixes:
>  - No autobuilder failures yet
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/gupnp-tools/gupnp-tools.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> 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
> 



More information about the buildroot mailing list