mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
meson: Actually build gstgl without implicit include dirs
Fixes a typo from https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/800 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/810>
This commit is contained in:
parent
40a1e01740
commit
e77bea4968
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ if build_gstgl
|
|||
dependencies : [gst_base_dep, video_dep, allocators_dep, gmodule_dep,
|
||||
gl_lib_deps, gl_platform_deps, gl_winsys_deps, gl_misc_deps],
|
||||
# don't confuse EGL/egl.h with gst-libs/gl/egl/egl.h on case-insensitive file systems
|
||||
implicit_include_directories : true)
|
||||
implicit_include_directories : false)
|
||||
|
||||
if build_gir
|
||||
gl_gir = gnome.generate_gir(gstgl,
|
||||
|
|
Loading…
Reference in a new issue