Skip to content

Commit

Permalink
meson: Actually build gstgl without implicit include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbheek authored and tp-m committed Oct 4, 2020
1 parent 43fed13 commit 5be4e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/meson.build
Expand Up @@ -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,
Expand Down

0 comments on commit 5be4e5d

Please sign in to comment.