Skip to content

gl/build: build with implicit_include_directories : false

Matthew Waters requested to merge ystreet/gst-plugins-base:gl-egl-h-mixup into master

Fixes case-insensitive file systems confusing gst-libs/gst/gl/egl/egl.h with EGL/egl.h when the source directory gst-libs/gst/gl is automatically added to the compiler's search path.

Due to https://github.com/mesonbuild/meson/issues/7582 we also need to perform manual enumtype generation.

Fixes #814 (closed)

Edited by Matthew Waters

Merge request reports