summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2018-05-20 13:11:14 -0400
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-05-20 19:23:24 +0200
commit384c1559c08ee4ffd46a0ea2f8df07b9dcd5effa (patch)
tree7ce56d002ce08e97de3fcf6b7daff063a29b1c19
parent87f0536474daffa6f1ee8ae73b37eda3fab75b67 (diff)
downloadbuildroot-384c1559c08ee4ffd46a0ea2f8df07b9dcd5effa.tar.gz
buildroot-384c1559c08ee4ffd46a0ea2f8df07b9dcd5effa.zip
gst1-plugins-bad: fix typo preventing use of the netsim plugin
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 90e2209a99..b041014f81 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -378,7 +378,7 @@ else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
endif
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_NETSIM),y)
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NETSIM),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-netsim
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-netsim
OpenPOWER on IntegriCloud