summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2012-09-02 13:12:23 +0200
committerJens Georg <mail@jensge.org>2012-11-03 14:49:02 +0100
commited04961e25bb57798c827a5acc33885b483347ab (patch)
tree3c91fa00ff85359faa485b10e759cc98cde56083
parent3d6f2a1f73c4d912b0270f2f6279512208014c00 (diff)
downloadgupnp-dlna-ed04961e25bb57798c827a5acc33885b483347ab.tar.gz
GStreamer 1.0: Set proper requires in gupnp-dlna-1.0.pc
https://bugzilla.gnome.org/show_bug.cgi?id=683202
-rw-r--r--gupnp-dlna-1.0-uninstalled.pc.in2
-rw-r--r--gupnp-dlna-1.0.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gupnp-dlna-1.0-uninstalled.pc.in b/gupnp-dlna-1.0-uninstalled.pc.in
index f706b1a..6ab739c 100644
--- a/gupnp-dlna-1.0-uninstalled.pc.in
+++ b/gupnp-dlna-1.0-uninstalled.pc.in
@@ -8,4 +8,4 @@ Description: GObject-based AV specific UPnP library
Version: @VERSION@
Libs: ${libdir}/libgupnp-dlna-1.0.la
Cflags: -I${includedir} -I$(top_srcdir)/gst-convenience/gst-libs
-Requires: gstreamer-0.10 gstreamer-base-0.10 gstreamer-video-0.10
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-video-@GST_MAJORMINOR@
diff --git a/gupnp-dlna-1.0.pc.in b/gupnp-dlna-1.0.pc.in
index 7f7c74a..7b03986 100644
--- a/gupnp-dlna-1.0.pc.in
+++ b/gupnp-dlna-1.0.pc.in
@@ -8,4 +8,4 @@ Description: GObject-based AV specific UPnP library
Version: @VERSION@
Libs: -L${libdir} -lgupnp-dlna-1.0
Cflags: -I${includedir}/gupnp-dlna-1.0
-Requires: gstreamer-0.10 gstreamer-base-0.10 gstreamer-video-0.10
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-video-@GST_MAJORMINOR@