summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-01-29 10:09:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-29 21:03:46 +0100
commit40f9b5fa67941f134ee50068b1f4942e657ae80d (patch)
treedd19097703778da7480b36a1ee3df1dd22d44030 /rules/gst-plugins-ugly1.make
parent981a6f88eea3565e8d700fa6dbce146fa3553fc0 (diff)
downloadptxdist-40f9b5fa67941f134ee50068b1f4942e657ae80d.tar.gz
ptxdist-40f9b5fa67941f134ee50068b1f4942e657ae80d.tar.xz
gst*1: fix meson options
Not all of the packages support -Dexamples and -Dnls so remove those from GSTREAMER1_GENERIC_CONF_OPT and add them to the individual packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-ugly1.make')
-rw-r--r--rules/gst-plugins-ugly1.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
index 0050c5178..7506e79db 100644
--- a/rules/gst-plugins-ugly1.make
+++ b/rules/gst-plugins-ugly1.make
@@ -53,7 +53,8 @@ GST_PLUGINS_UGLY1_ENABLEP-y += $(GST_PLUGINS_UGLY1_ENABLE-y)
GST_PLUGINS_UGLY1_CONF_TOOL := meson
GST_PLUGINS_UGLY1_CONF_OPT = \
$(CROSS_MESON_USR) \
- $(call GSTREAMER1_GENERIC_CONF_OPT,GStreamer Ugly Plug-ins)
+ $(call GSTREAMER1_GENERIC_CONF_OPT,GStreamer Ugly Plug-ins) \
+ -Dnls=disabled
ifneq ($(call remove_quotes,$(GST_PLUGINS_UGLY1_ENABLEC-y)),)
GST_PLUGINS_UGLY1_CONF_OPT += $(addsuffix =enabled, $(addprefix -D, $(GST_PLUGINS_UGLY1_ENABLEC-y)))