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
@ -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…
x
Reference in New Issue
Block a user