[Buildroot] [PATCH 1/2] package/atk: fix build with NLS

Arnout Vandecappelle arnout at mind.be
Thu Jul 11 14:10:45 UTC 2019



On 02/07/2019 21:59, Fabrice Fontaine wrote:
> Fixes:
>  - http://autobuild.buildroot.org/results/67367706de3b38f31b9f59a7cb98cb2186e8ee6b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Both applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/atk/atk.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/atk/atk.mk b/package/atk/atk.mk
> index 228b24a7da..6a0cb370db 100644
> --- a/package/atk/atk.mk
> +++ b/package/atk/atk.mk
> @@ -11,6 +11,8 @@ ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/$(ATK_VERSION_MAJOR)
>  ATK_LICENSE = LGPL-2.0+
>  ATK_LICENSE_FILES = COPYING
>  ATK_INSTALL_STAGING = YES
> -ATK_DEPENDENCIES = libglib2
> +ATK_DEPENDENCIES = libglib2 $(TARGET_NLS_DEPENDENCIES)
> +
> +ATK_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
>  
>  $(eval $(meson-package))
> 



More information about the buildroot mailing list