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.
This commit is contained in:
Matthew Waters 2016-11-08 02:44:30 +11:00
parent cafcde5586
commit c6326530cc
2 changed files with 2 additions and 3 deletions

View 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

View 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',
]