diff mbox series

[1/1] package/gstreamer1: fix build with NLS

Message ID 20190711165655.8850-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/gstreamer1: fix build with NLS | expand

Commit Message

Fabrice Fontaine July 11, 2019, 4:56 p.m. UTC
Fixes:
 - http://autobuild.buildroot.org/results/6d3be9feb301495b079eff6283f1cbed9603dc42

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gstreamer1/gstreamer1.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Arnout Vandecappelle July 12, 2019, 9:08 a.m. UTC | #1
On 11/07/2019 18:56, Fabrice Fontaine wrote:
> Fixes:
>  - http://autobuild.buildroot.org/results/6d3be9feb301495b079eff6283f1cbed9603dc42
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gstreamer1/gstreamer1/gstreamer1.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
> index cea933be84..023cf4e85e 100644
> --- a/package/gstreamer1/gstreamer1/gstreamer1.mk
> +++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
> @@ -33,6 +33,9 @@ GSTREAMER1_DEPENDENCIES = \
>  	host-pkgconf \
>  	libglib2 \
>  	$(if $(BR2_PACKAGE_LIBUNWIND),libunwind) \
> -	$(if $(BR2_PACKAGE_VALGRIND),valgrind)
> +	$(if $(BR2_PACKAGE_VALGRIND),valgrind) \
> +	$(TARGET_NLS_DEPENDENCIES)
> +
> +GSTREAMER1_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)

 Adam, can you respin the rest of the gst -> meson series taking this into account?

 Regards,
 Arnout

>  
>  $(eval $(meson-package))
>
Thomas Petazzoni July 20, 2019, 4:45 p.m. UTC | #2
On Thu, 11 Jul 2019 18:56:55 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/6d3be9feb301495b079eff6283f1cbed9603dc42
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gstreamer1/gstreamer1/gstreamer1.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index cea933be84..023cf4e85e 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -33,6 +33,9 @@  GSTREAMER1_DEPENDENCIES = \
 	host-pkgconf \
 	libglib2 \
 	$(if $(BR2_PACKAGE_LIBUNWIND),libunwind) \
-	$(if $(BR2_PACKAGE_VALGRIND),valgrind)
+	$(if $(BR2_PACKAGE_VALGRIND),valgrind) \
+	$(TARGET_NLS_DEPENDENCIES)
+
+GSTREAMER1_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
 
 $(eval $(meson-package))