mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
pkgconfig: fix gstreamer-plugins-good uninstalled .pc file
Fix gst-plugins-base reference/requirement. This caused spurious problems with uninstalled -ugly/-bad not finding -good plugins in their unit tests (when distchecking).
This commit is contained in:
parent
56a8c9143c
commit
6aade594ac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pluginsdir=${pcfiledir}/..
|
||||||
Name: GStreamer Good Plugins, Uninstalled
|
Name: GStreamer Good Plugins, Uninstalled
|
||||||
Description: Streaming media framework, good plugins, uninstalled
|
Description: Streaming media framework, good plugins, uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gst-plugins-base-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs:
|
Libs:
|
||||||
Cflags:
|
Cflags:
|
||||||
|
|
Loading…
Reference in a new issue