mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gl: Move private headers from SOURCES to noinst_HEADERS
This commit is contained in:
parent
86edea9725
commit
af5eddc6e8
1 changed files with 6 additions and 5 deletions
|
@ -4,8 +4,6 @@ lib_LTLIBRARIES = libgstgl-@GST_API_VERSION@.la
|
||||||
SUBDIRS = glprototypes
|
SUBDIRS = glprototypes
|
||||||
DIST_SUBDIRS = glprototypes android x11 win32 cocoa wayland dispmanx egl eagl
|
DIST_SUBDIRS = glprototypes android x11 win32 cocoa wayland dispmanx egl eagl
|
||||||
|
|
||||||
noinst_HEADERS =
|
|
||||||
|
|
||||||
built_sys_header_configure = gstglconfig.h
|
built_sys_header_configure = gstglconfig.h
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
||||||
|
@ -35,9 +33,7 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gstglviewconvert.c \
|
gstglviewconvert.c \
|
||||||
gstgloverlaycompositor.c \
|
gstgloverlaycompositor.c \
|
||||||
gstglquery.c \
|
gstglquery.c \
|
||||||
gstglcontrolbindingproxy.c \
|
gstglcontrolbindingproxy.c
|
||||||
gstglsl_private.h \
|
|
||||||
utils/opengl_versions.h
|
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
||||||
libgstgl_@GST_API_VERSION@include_HEADERS = \
|
libgstgl_@GST_API_VERSION@include_HEADERS = \
|
||||||
|
@ -72,6 +68,11 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
|
||||||
gstgl_enums.h \
|
gstgl_enums.h \
|
||||||
gl.h
|
gl.h
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
gstglsl_private.h \
|
||||||
|
utils/opengl_versions.h
|
||||||
|
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@_la_LIBADD = \
|
libgstgl_@GST_API_VERSION@_la_LIBADD = \
|
||||||
$(GMODULE_NO_EXPORT_LIBS) \
|
$(GMODULE_NO_EXPORT_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue