mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
meson: gl/egl: add missing source file
d42145e8c1
didn't add the necessary
meson build changes.
This commit is contained in:
parent
8c2118823b
commit
39b59beace
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ if need_platform_egl != 'no'
|
||||||
|
|
||||||
if egl_dep.found()
|
if egl_dep.found()
|
||||||
gl_sources += [
|
gl_sources += [
|
||||||
|
'egl/gstegl.c',
|
||||||
'egl/gsteglimage.c',
|
'egl/gsteglimage.c',
|
||||||
'egl/gstglcontext_egl.c',
|
'egl/gstglcontext_egl.c',
|
||||||
'egl/gstgldisplay_egl.c',
|
'egl/gstgldisplay_egl.c',
|
||||||
|
|
Loading…
Reference in a new issue