From d4c96bf9230a612beea1318b2d12ffb1d9fd18b3 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 22 Oct 2021 17:54:55 +1100 Subject: [PATCH] gl/egl: install required egl.h header Fixes build against using the gir. Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build index 8111566..b88e18c 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build @@ -539,6 +539,7 @@ if need_platform_egl != 'no' 'egl/gstgldisplay_egl_device.c', ]) gl_egl_headers += files([ + 'egl/egl.h', 'egl/gstegl.h', 'egl/gsteglimage.h', 'egl/gstgldisplay_egl.h', -- 2.7.4