From 9d295ed19b39aff2aa4ed6e96183b16d4fc9766e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 8 Nov 2016 02:44:30 +1100 Subject: [PATCH] gl/egl: don't install the gstglcontext_egl.h header It's not needed to be exposed and there are no users of the API. --- gst-libs/gst/gl/egl/Makefile.am | 4 ++-- gst-libs/gst/gl/meson.build | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/gl/egl/Makefile.am b/gst-libs/gst/gl/egl/Makefile.am index e164eb0301..14d89c8c4c 100644 --- a/gst-libs/gst/gl/egl/Makefile.am +++ b/gst-libs/gst/gl/egl/Makefile.am @@ -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 diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 545b0b8e30..9c094bd498 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -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', ]