[Bug 795107] Meson: missing option to enable/disable plugins

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 9 23:18:55 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795107

--- Comment #8 from Xavier Claessens <xclaesse at gmail.com> ---
Actually the 'or' operator doesn't give what we want, the code should be:
opt = get_option('cairo')
if not opt
  opt = get_option('group_switch')
endif

That's for grouping. About getting a global switch built-in I guess it can be
done with the same logic internally in meson.

-- 
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