gl/egl: don't install the gstglcontext_egl.h header
authorMatthew Waters <matthew@centricular.com>
Mon, 7 Nov 2016 15:44:30 +0000 (02:44 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 7 Nov 2016 15:44:30 +0000 (02:44 +1100)
It's not needed to be exposed and there are no users of the API.

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

index e164eb0..14d89c8 100644 (file)
@@ -8,12 +8,12 @@ libgstgl_egl_la_SOURCES = \
        gstglmemoryegl.c \
        gsteglimage.c
 
-noinst_HEADERS =
+noinst_HEADERS = \
+       gstglcontext_egl.h
 
 libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
 libgstgl_eglinclude_HEADERS = \
        gstgldisplay_egl.h \
-       gstglcontext_egl.h \
        gstglmemoryegl.h \
        gsteglimage.h \
        gstegl.h
index 545b0b8..9c094bd 100644 (file)
@@ -365,7 +365,6 @@ if need_platform_egl != 'no'
     gl_egl_headers += [
       'egl/gstegl.h',
       'egl/gsteglimage.h',
-      'egl/gstglcontext_egl.h',
       'egl/gstgldisplay_egl.h',
       'egl/gstglmemoryegl.h',
     ]