mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
gl/egl: install required egl.h header
Fixes build against using the gir. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1227>
This commit is contained in:
parent
944623c3aa
commit
d4c96bf923
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ if need_platform_egl != 'no'
|
||||||
'egl/gstgldisplay_egl_device.c',
|
'egl/gstgldisplay_egl_device.c',
|
||||||
])
|
])
|
||||||
gl_egl_headers += files([
|
gl_egl_headers += files([
|
||||||
|
'egl/egl.h',
|
||||||
'egl/gstegl.h',
|
'egl/gstegl.h',
|
||||||
'egl/gsteglimage.h',
|
'egl/gsteglimage.h',
|
||||||
'egl/gstgldisplay_egl.h',
|
'egl/gstgldisplay_egl.h',
|
||||||
|
|
Loading…
Reference in a new issue