renderer-gst: Fix .pc install and dependencies
authorJens Georg <jensg@openismus.com>
Sat, 15 Dec 2012 22:51:21 +0000 (23:51 +0100)
committerJens Georg <jensg@openismus.com>
Sat, 15 Dec 2012 22:51:21 +0000 (23:51 +0100)
Makefile.am
rygel-renderer-gst-2.0.pc.in

index 2a51975..95cae31 100644 (file)
@@ -3,6 +3,10 @@ SUBDIRS = src data tests po doc examples
 pkgconfig_DATA= rygel-core-2.0.pc rygel-renderer-2.0.pc rygel-server-2.0.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
+if HAVE_GSTREAMER
+pkgconfig_DATA += rygel-renderer-gst-2.0.pc
+endif
+
 EXTRA_DIST = rygel-core-2.0.pc.in rygel-renderer-2.0.pc.in \
              rygel-server-2.0.pc.in .version
 
index 501fb5b..cc7a52a 100644 (file)
@@ -8,5 +8,5 @@ Description: GNOME (Mobile) UPnP/DLNA Media Renderer library
 Version: @VERSION@
 Libs: -L${libdir} -lrygel-renderer-gst-2.0
 Cflags: -I${includedir}/rygel-2.0
-Requires: gupnp-av-1.0 gee-0.8 gstreamer-0.10 rygel-core-2.0
+Requires: gupnp-av-1.0 gee-0.8 gstreamer-1.0 rygel-core-2.0
 Requires.Private: uuid gmodule-2.0