package/gstreamer1/gst1-plugins-base: fix build with NLS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 11 Jul 2019 16:57:44 +0000 (18:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Jul 2019 16:44:22 +0000 (18:44 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/93b58753071dac193881049c79288ef39fa9db16

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk

index 34c6074b8f2df90922090f29c040ad1795a0c6dd..66c136c36c5d1085e523aacc405295242f349762 100644 (file)
@@ -26,7 +26,9 @@ GST1_PLUGINS_BASE_CONF_OPTS += \
        -Dlibvisual=disabled \
        -Diso-codes=disabled
 
-GST1_PLUGINS_BASE_DEPENDENCIES = gstreamer1
+GST1_PLUGINS_BASE_DEPENDENCIES = gstreamer1 $(TARGET_NLS_DEPENDENCIES)
+
+GST1_PLUGINS_BASE_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
 
 # These plugins are listed in the order from ./configure --help
 ifeq ($(BR2_PACKAGE_ORC),y)