[Bug 789316] Add Meson support in cerbero

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 28 18:27:00 UTC 2018


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

--- Comment #83 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 370243:
 --> (https://bugzilla.gnome.org/review?bug=789316&attachment=370243)

::: cerbero/build/build.py
@@ +516,3 @@
+
+        for (key, value) in self.meson_options.items():
+            meson_cmd += ' -D%s=%s' % (key, str(value))

I wonder if we shouldn't always write a meson file if any of those values are
set? In case one wants to override the CC, etc even when not cross-compiling
really. For example, to use clang instead of gcc, or to use icc.

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