mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pkg-config: Fix dependency typo in uninstalled gstreamer-gl-* pc files
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/781>
This commit is contained in:
parent
6b14080941
commit
2d69cd5639
3 changed files with 3 additions and 3 deletions
|
@ -8,6 +8,6 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
|
||||||
Name: GStreamer OpenGL Plugins Libraries (EGL Specifics), Uninstalled
|
Name: GStreamer OpenGL Plugins Libraries (EGL Specifics), Uninstalled
|
||||||
Description: Streaming media framework, OpenGL plugins libraries (EGL specifics), uninstalled
|
Description: Streaming media framework, OpenGL plugins libraries (EGL specifics), uninstalled
|
||||||
Version: @VERSION@
|
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@
|
Libs: @GL_EGL_EXTRA_LIBS@
|
||||||
|
|
|
@ -8,4 +8,4 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
|
||||||
Name: GStreamer OpenGL Plugins Libraries (Wayland Specifics), Uninstalled
|
Name: GStreamer OpenGL Plugins Libraries (Wayland Specifics), Uninstalled
|
||||||
Description: Streaming media framework, OpenGL plugins libraries (Wayland specifics), uninstalled
|
Description: Streaming media framework, OpenGL plugins libraries (Wayland specifics), uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gtreamer-gl-@GST_API_VERSION@ wayland-egl wayland-client
|
Requires: gstreamer-gl-@GST_API_VERSION@ wayland-egl wayland-client
|
||||||
|
|
|
@ -8,4 +8,4 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/gl
|
||||||
Name: GStreamer OpenGL Plugins Libraries (X11 Specifics), Uninstalled
|
Name: GStreamer OpenGL Plugins Libraries (X11 Specifics), Uninstalled
|
||||||
Description: Streaming media framework, OpenGL plugins libraries (X11 specifics), uninstalled
|
Description: Streaming media framework, OpenGL plugins libraries (X11 specifics), uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gtreamer-gl-@GST_API_VERSION@ x11-xcb
|
Requires: gstreamer-gl-@GST_API_VERSION@ x11-xcb
|
||||||
|
|
Loading…
Reference in a new issue