meson: gl/egl: add missing source file
authorMatthew Waters <matthew@centricular.com>
Thu, 17 Nov 2016 03:32:10 +0000 (14:32 +1100)
committerMatthew Waters <matthew@centricular.com>
Thu, 17 Nov 2016 03:32:10 +0000 (14:32 +1100)
d42145e8c1ba3bc0445506b92bb7ac04ae98f4dd didn't add the necessary
meson build changes.

gst-libs/gst/gl/meson.build

index 59c68d0..441b048 100644 (file)
@@ -357,6 +357,7 @@ if need_platform_egl != 'no'
 
   if egl_dep.found()
     gl_sources += [
+      'egl/gstegl.c',
       'egl/gsteglimage.c',
       'egl/gstglcontext_egl.c',
       'egl/gstgldisplay_egl.c',