gl: ship the gstglcontext_egl.h header
authorPhilippe Normand <philn@igalia.com>
Mon, 24 Nov 2014 09:43:23 +0000 (10:43 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:50 +0000 (19:31 +0000)
It is required by gsteglimagememory.h.

https://bugzilla.gnome.org/show_bug.cgi?id=740611

gst-libs/gst/gl/egl/Makefile.am

index 946b40b..e72aadd 100644 (file)
@@ -7,12 +7,12 @@ libgstgl_egl_la_SOURCES = \
        gstglcontext_egl.c \
        gsteglimagememory.c
 
-noinst_HEADERS = \
-       gstglcontext_egl.h
+noinst_HEADERS =
 
 libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
 libgstgl_eglinclude_HEADERS = \
        gstgldisplay_egl.h \
+       gstglcontext_egl.h \
        gsteglimagememory.h
 
 libgstgl_egl_la_CFLAGS = \