[Bug 787964] gl: build error with mesa 17.2.0 and Meson

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 28 10:14:44 UTC 2017


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nirbheek.chauhan at gmail.com,
                   |                            |t.i.m at zen.co.uk
          Component|gst-plugins-bad             |gst-plugins-base
            Summary|Build error with mesa       |gl: build error with mesa
                   |17.2.0                      |17.2.0 and Meson

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Seeing that there is little movement on the upstream meson bug perhaps we
should fix the meson.build then?

Just

-  if not cc.compiles('void f (void) {}', prefix : gl_include_block, ...
+  if not cc.compiles(gl_include_block + '\n' + 'void f (void) {}', ...

should do the trick right?

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