mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-10 14:33:24 +08:00
package/gstreamer1/gst1-plugins-base: fix build with NLS
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>
This commit is contained in:
parent
99f91d7020
commit
2c51fdcc8d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user