Author: Vignesh R <vignesh.r@timesys.com>
Date: Tue, 10 Nov 2020 15:50:00 +0530

---
 gst-libs/gst/gl/meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build
index aab2b13..adac5db 100644
--- a/gst-libs/gst/gl/meson.build
+++ b/gst-libs/gst/gl/meson.build
@@ -295,8 +295,7 @@ gl_include_header = '''
 
 # convoluted way of getting at the subproject taking into account the wrap-mode
 # so we don't download a subproject unless allowed
-gl_header_dep = dependency('', fallback : ['gl-headers', 'gl_headers_dummy_dep'],
-    required : false)
+gl_header_dep = dependency('', required : false)
 if gl_header_dep.type_name() == 'internal'
   # this will only contain the includes of headers that are not found
   compat_includes = subproject('gl-headers').get_variable('compatibility_includes')
-- 
2.7.4

