librenderer: Add pc file
authorJens Georg <mail@jensge.org>
Fri, 22 Jun 2012 14:27:15 +0000 (16:27 +0200)
committerJens Georg <mail@jensge.org>
Tue, 3 Jul 2012 07:53:49 +0000 (09:53 +0200)
Makefile.am
configure.ac
rygel-renderer-1.0.pc.in [new file with mode: 0644]

index ce1793c..76e701a 100644 (file)
@@ -1,9 +1,9 @@
 SUBDIRS = src data tests po doc examples
 
-pkgconfig_DATA= rygel-core-1.0.pc
+pkgconfig_DATA= rygel-core-1.0.pc rygel-renderer-1.0.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
-EXTRA_DIST = rygel-core-1.0.pc.in \
+EXTRA_DIST = rygel-core-1.0.pc.in rygel-renderer-1.0.pc.in \
              .version
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
index 140b6af..702f6a2 100644 (file)
@@ -222,6 +222,7 @@ data/rygel-preferences.desktop.in
 doc/Makefile
 po/Makefile.in
 rygel-core-1.0.pc
+rygel-renderer-1.0.pc
 tests/Makefile
 examples/Makefile
 ])
diff --git a/rygel-renderer-1.0.pc.in b/rygel-renderer-1.0.pc.in
new file mode 100644 (file)
index 0000000..4ed6f51
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: rygel-renderer-1.0
+Description: GNOME (Mobile) UPnP/DLNA Media Renderer library
+Version: @VERSION@
+Libs: -L${libdir} -lrygel-renderer-1.0
+Cflags: -I${includedir}/rygel-1.0
+Requires: gupnp-av-1.0 gee-1.0 gstreamer-0.10 rygel-core-1.0
+Requires.Private: uuid gmodule-2.0