summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-08-10 09:59:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-08-10 09:59:09 +0300
commit2d69cd5639ced21d1d5ccf620f8475479d968791 (patch)
tree5359b5febe1a1e23e98ed4c22f63a81a82b97d9b
parent6b140809411f793a05fbe0f852477ea24ab1badc (diff)
downloadgstreamer-plugins-base-2d69cd5639ced21d1d5ccf620f8475479d968791.tar.gz
pkg-config: Fix dependency typo in uninstalled gstreamer-gl-* pc files
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/781>
-rw-r--r--pkgconfig/gstreamer-gl-egl-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-gl-x11-uninstalled.pc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-gl-egl-uninstalled.pc.in b/pkgconfig/gstreamer-gl-egl-uninstalled.pc.in
index 94165573b..20a24ddde 100644
--- a/pkgconfig/gstreamer-gl-egl-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-gl-egl-uninstalled.pc.in
@@ -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@
diff --git a/pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in b/pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in
index b1716e48a..ff9632dfb 100644
--- a/pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-gl-wayland-uninstalled.pc.in
@@ -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
diff --git a/pkgconfig/gstreamer-gl-x11-uninstalled.pc.in b/pkgconfig/gstreamer-gl-x11-uninstalled.pc.in
index 4b6e0eb2e..b0630b1a0 100644
--- a/pkgconfig/gstreamer-gl-x11-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-gl-x11-uninstalled.pc.in
@@ -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