mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
pkgconfig: add gstreamer-gl
https://bugzilla.gnome.org/show_bug.cgi?id=703343
This commit is contained in:
parent
2893a70aa0
commit
c5833625eb
2 changed files with 8 additions and 0 deletions
|
@ -1175,6 +1175,8 @@ AM_CONDITIONAL(USE_WGL, test "x$USE_WGL" = "xyes")
|
|||
AM_CONDITIONAL(USE_COCOA, test "x$USE_COCOA" = "xyes")
|
||||
AM_CONDITIONAL(USE_EGL_RPI, test "x$USE_EGL_RPI" = "xyes")
|
||||
|
||||
AM_CONDITIONAL(HAVE_GST_GL, test "x$USE_OPENGL" = "xyes" -o "x$USE_GLES2" = "xyes")
|
||||
|
||||
dnl Check for some types that are not always present
|
||||
GL_INCLUDES=""
|
||||
if test "x$USE_GLES2" = "xyes"; then
|
||||
|
|
|
@ -17,6 +17,11 @@ pcverfiles += gstreamer-egl-@GST_API_VERSION@.pc
|
|||
pcverfiles_uninstalled += gstreamer-egl-@GST_API_VERSION@-uninstalled.pc
|
||||
endif
|
||||
|
||||
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)
|
||||
|
||||
cp_verbose = $(cp_verbose_$(V))
|
||||
|
@ -36,6 +41,7 @@ CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
|
|||
pcinfiles = \
|
||||
gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in \
|
||||
gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \
|
||||
gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \
|
||||
gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \
|
||||
gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in \
|
||||
gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in
|
||||
|
|
Loading…
Reference in a new issue