mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
cafcde5586
commit
c6326530cc
2 changed files with 2 additions and 3 deletions
|
@ -8,12 +8,12 @@ libgstgl_egl_la_SOURCES = \
|
||||||
gstglmemoryegl.c \
|
gstglmemoryegl.c \
|
||||||
gsteglimage.c
|
gsteglimage.c
|
||||||
|
|
||||||
noinst_HEADERS =
|
noinst_HEADERS = \
|
||||||
|
gstglcontext_egl.h
|
||||||
|
|
||||||
libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
|
libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
|
||||||
libgstgl_eglinclude_HEADERS = \
|
libgstgl_eglinclude_HEADERS = \
|
||||||
gstgldisplay_egl.h \
|
gstgldisplay_egl.h \
|
||||||
gstglcontext_egl.h \
|
|
||||||
gstglmemoryegl.h \
|
gstglmemoryegl.h \
|
||||||
gsteglimage.h \
|
gsteglimage.h \
|
||||||
gstegl.h
|
gstegl.h
|
||||||
|
|
|
@ -365,7 +365,6 @@ if need_platform_egl != 'no'
|
||||||
gl_egl_headers += [
|
gl_egl_headers += [
|
||||||
'egl/gstegl.h',
|
'egl/gstegl.h',
|
||||||
'egl/gsteglimage.h',
|
'egl/gsteglimage.h',
|
||||||
'egl/gstglcontext_egl.h',
|
|
||||||
'egl/gstgldisplay_egl.h',
|
'egl/gstgldisplay_egl.h',
|
||||||
'egl/gstglmemoryegl.h',
|
'egl/gstglmemoryegl.h',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue