From ce58219124ef5515a088cdb3761fe7d4e05e56c1 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Mon, 24 Nov 2014 10:43:23 +0100 Subject: [PATCH] gl: ship the gstglcontext_egl.h header It is required by gsteglimagememory.h. https://bugzilla.gnome.org/show_bug.cgi?id=740611 --- gst-libs/gst/gl/egl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/egl/Makefile.am b/gst-libs/gst/gl/egl/Makefile.am index 946b40b3af..e72aaddea8 100644 --- a/gst-libs/gst/gl/egl/Makefile.am +++ b/gst-libs/gst/gl/egl/Makefile.am @@ -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 = \