pkg-config: Fix dependency typo in uninstalled gstreamer-gl-* pc files
authorSebastian Dröge <sebastian@centricular.com>
Mon, 10 Aug 2020 06:59:09 +0000 (09:59 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 10 Aug 2020 06:59:09 +0000 (09:59 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/781>

pkgconfig/gstreamer-gl-egl-uninstalled.pc.in
pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in
pkgconfig/gstreamer-gl-x11-uninstalled.pc.in

index 9416557..20a24dd 100644 (file)
@@ -8,6 +8,6 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
 Name: GStreamer OpenGL Plugins Libraries (EGL Specifics), Uninstalled
 Description: Streaming media framework, OpenGL plugins libraries (EGL specifics), uninstalled
 Version: @VERSION@
-Requires: gtreamer-gl-@GST_API_VERSION@ @GL_EGL_EXTRA_REQUIRES@
+Requires: gstreamer-gl-@GST_API_VERSION@ @GL_EGL_EXTRA_REQUIRES@
 
 Libs: @GL_EGL_EXTRA_LIBS@
index b1716e4..ff9632d 100644 (file)
@@ -8,4 +8,4 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
 Name: GStreamer OpenGL Plugins Libraries (Wayland Specifics), Uninstalled
 Description: Streaming media framework, OpenGL plugins libraries (Wayland specifics), uninstalled
 Version: @VERSION@
-Requires: gtreamer-gl-@GST_API_VERSION@ wayland-egl wayland-client
+Requires: gstreamer-gl-@GST_API_VERSION@ wayland-egl wayland-client
index 4b6e0eb..b0630b1 100644 (file)
@@ -8,4 +8,4 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
 Name: GStreamer OpenGL Plugins Libraries (X11 Specifics), Uninstalled
 Description: Streaming media framework, OpenGL plugins libraries (X11 specifics), uninstalled
 Version: @VERSION@
-Requires: gtreamer-gl-@GST_API_VERSION@ x11-xcb
+Requires: gstreamer-gl-@GST_API_VERSION@ x11-xcb