* [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS
@ 2019-07-11 16:56 Fabrice Fontaine
2019-07-12 9:08 ` Arnout Vandecappelle
2019-07-20 16:45 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-07-11 16:56 UTC (permalink / raw)
To: buildroot
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)
$(eval $(meson-package))
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS
2019-07-11 16:56 [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS Fabrice Fontaine
@ 2019-07-12 9:08 ` Arnout Vandecappelle
2019-07-20 16:45 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-07-12 9:08 UTC (permalink / raw)
To: buildroot
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))
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS
2019-07-11 16:56 [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS Fabrice Fontaine
2019-07-12 9:08 ` Arnout Vandecappelle
@ 2019-07-20 16:45 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-07-20 16:45 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-20 16:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-11 16:56 [Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS Fabrice Fontaine
2019-07-12 9:08 ` Arnout Vandecappelle
2019-07-20 16:45 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox