Skip to content

gstgl: Fix build when Meson >= 0.58.0rc1

"implicit_include_directories: false" now also means that current build directory is not added to include paths by default any more. We have to add it manually because we have some custom_target() that generate headers in current build directory.

See https://github.com/mesonbuild/meson/issues/8700.

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1125

Backport fix from, https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/commit/4ef5c91697a141fea7317aff7f0f28e5a861db99

Fixes: https://phabricator.apertis.org/T8744

Merge request reports