mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: meson: add missing headers for gir generations
There are a lot of symbols in GstGL-1.0.gir generated by automake that are not when it is generated by meson, because a lot of headers were not included in meson's gir generation. https://bugzilla.gnome.org/show_bug.cgi?id=797158
This commit is contained in:
parent
5765641729
commit
e12a55a4ea
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ if build_gstgl
|
|||
gen_sources = []
|
||||
if build_gir
|
||||
gl_gir = gnome.generate_gir(gstgl,
|
||||
sources : gl_sources + gir_gl_headers,
|
||||
sources : gl_sources + gir_gl_headers + gl_x11_headers + gl_wayland_headers + gl_win32_headers + gl_cocoa_headers + gl_egl_headers,
|
||||
namespace : 'GstGL',
|
||||
nsversion : api_version,
|
||||
identifier_prefix : 'Gst',
|
||||
|
|
Loading…
Reference in a new issue