mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
pkgconfig: only install gstreamer-gl-1.0.pc if OpenGL support was built
https://bugzilla.gnome.org/show_bug.cgi?id=793039
This commit is contained in:
parent
0d14819ef2
commit
d4d1ae95d1
1 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,6 @@ pcverfiles = \
|
||||||
gstreamer-sdp-@GST_API_VERSION@.pc \
|
gstreamer-sdp-@GST_API_VERSION@.pc \
|
||||||
gstreamer-tag-@GST_API_VERSION@.pc \
|
gstreamer-tag-@GST_API_VERSION@.pc \
|
||||||
gstreamer-video-@GST_API_VERSION@.pc \
|
gstreamer-video-@GST_API_VERSION@.pc \
|
||||||
gstreamer-gl-@GST_API_VERSION@.pc \
|
|
||||||
gstreamer-plugins-base-@GST_API_VERSION@.pc
|
gstreamer-plugins-base-@GST_API_VERSION@.pc
|
||||||
pcverfiles_uninstalled = \
|
pcverfiles_uninstalled = \
|
||||||
gstreamer-allocators-@GST_API_VERSION@-uninstalled.pc \
|
gstreamer-allocators-@GST_API_VERSION@-uninstalled.pc \
|
||||||
|
@ -25,9 +24,13 @@ pcverfiles_uninstalled = \
|
||||||
gstreamer-sdp-@GST_API_VERSION@-uninstalled.pc \
|
gstreamer-sdp-@GST_API_VERSION@-uninstalled.pc \
|
||||||
gstreamer-tag-@GST_API_VERSION@-uninstalled.pc \
|
gstreamer-tag-@GST_API_VERSION@-uninstalled.pc \
|
||||||
gstreamer-video-@GST_API_VERSION@-uninstalled.pc \
|
gstreamer-video-@GST_API_VERSION@-uninstalled.pc \
|
||||||
gstreamer-gl-@GST_API_VERSION@-uninstalled.pc \
|
|
||||||
gstreamer-plugins-base-@GST_API_VERSION@-uninstalled.pc
|
gstreamer-plugins-base-@GST_API_VERSION@-uninstalled.pc
|
||||||
|
|
||||||
|
if HAVE_GST_GL
|
||||||
|
pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc
|
||||||
|
pcverfiles_uninstalled += gstreamer-gl-@GST_API_VERSION@-uninstalled.pc
|
||||||
|
endif
|
||||||
|
|
||||||
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
||||||
|
|
||||||
cp_verbose = $(cp_verbose_$(V))
|
cp_verbose = $(cp_verbose_$(V))
|
||||||
|
|
Loading…
Reference in a new issue