meson: gl/egl: add missing source file

d42145e8c1 didn't add the necessary
meson build changes.
This commit is contained in:
Matthew Waters 2016-11-17 14:32:10 +11:00 committed by Tim-Philipp Müller
parent 59b65373b0
commit dd31f7934c

View 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',