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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 18 18:08:07 UTC 2018


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

--- Comment #24 from Xavier Claessens <xclaesse at gmail.com> ---
Checking in gst-plugins-bad, it seems common check for a lib and its header:

dep = cc.find_library('foo', required : false)
if dep.found() and cc.has_header_symbol('foo.h', 'something')
  ...
endif

Converting that pattern to the tristate option is annoying, because if the
option is "enabled" we want to abort if header is not found but there is no
"required" kwarg for that function.

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