mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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 \
|
||||
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
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue