[Bug 795107] Meson: missing option to enable/disable plugins
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 25 14:09:41 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795107
--- Comment #39 from Xavier Claessens <xclaesse at gmail.com> ---
Review of attachment 373153:
--> (https://bugzilla.gnome.org/review?bug=795107&attachment=373153)
::: gst/meson.build
@@ +6,3 @@
+ subdir(plugin)
+ endif
+endforeach
As per earlier discussion in this bug, we prefer to keep all subdir() calls and
inside the plugin's meson.build do
if get_option('foo').disabled()
subdir_done()
endif
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list