mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +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()
|
||||
gl_sources += [
|
||||
'egl/gstegl.c',
|
||||
'egl/gsteglimage.c',
|
||||
'egl/gstglcontext_egl.c',
|
||||
'egl/gstgldisplay_egl.c',
|
||||
|
|
Loading…
Reference in a new issue