meson: Actually build gstgl without implicit include dirs
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 8 Sep 2020 10:11:55 +0000 (15:41 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 10 Sep 2020 14:28:32 +0000 (19:58 +0530)
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>

gst-libs/gst/gl/meson.build

index aab2b13..db11c5e 100644 (file)
@@ -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,