mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl: Add opengl_version.h to the list of sources
Adding this private header to the list of sources. We don't want to make
this header public, but we need it in the list of sources otherwise it
won't be included in the tarball. This fixes make distcheck.
This regression was introduced by commit 1a6fe3db
This commit is contained in:
parent
3ba30d42a4
commit
f3bd3d0b94
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gstglframebuffer.c \
|
gstglframebuffer.c \
|
||||||
gstglsyncmeta.c \
|
gstglsyncmeta.c \
|
||||||
gstglviewconvert.c \
|
gstglviewconvert.c \
|
||||||
gstgloverlaycompositor.c
|
gstgloverlaycompositor.c \
|
||||||
|
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 = \
|
||||||
|
|
Loading…
Reference in a new issue