mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +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
29786be80f
commit
9720c07f23
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
|||
gstglframebuffer.c \
|
||||
gstglsyncmeta.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@include_HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue