[Bug 796534] Wrapped subproject gl-headers breaks Continuous

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 19 02:22:49 UTC 2018


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

--- Comment #15 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Here's a commit that works if wrap-mode=nodownload is passed to meson :)

commit cfa5d64ff1c1356b7a5b1c998aa9949f72d23a03
Author: Matthew Waters <matthew at centricular.com>
Date:   Mon Jun 18 22:24:13 2018 +1000

    gl: use dependency fallbacks to get at a possible gl-headers subproject

    We would make the subproject conditional on the wrap-mode=nodownload
    however get_option('wrap-mode') or similar is not available from
    meson.build files as the wrap-mode is meant to be used automatically.

    Instead use the dependency fallback mechanism to get at the subproject
    where possible i.e. when downloading is allows and only add the compat
    includes when we have a valid internal dependency from the gl-headers
    subproject.

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

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