summaryrefslogtreecommitdiff
path: root/librsvg.pc.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-06-15 21:11:39 +0200
committerChristian Persch <chpe@gnome.org>2010-06-22 15:50:14 +0200
commit3d28e419d726d972b178325c25b4f8d17aca17c1 (patch)
tree31519ce3960bda13eb805cfdced03224f8bd1f35 /librsvg.pc.in
parent28c2a570027b7d0b46b9e05a31757c09093e558f (diff)
downloadlibrsvg-3d28e419d726d972b178325c25b4f8d17aca17c1.tar.gz
Add GIO convenience to librsvg
Adds rsvg_handle_read_stream_sync() to read the handle's data from a GInputStream, and rsvg_handle_new_from_{gfile,stream}_sync convenience functions analogous to rsvg_handle_new_from_{file,data}. Bug #621699.
Diffstat (limited to 'librsvg.pc.in')
-rw-r--r--librsvg.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/librsvg.pc.in b/librsvg.pc.in
index 6e345804..aa1ad49d 100644
--- a/librsvg.pc.in
+++ b/librsvg.pc.in
@@ -9,7 +9,7 @@ css_supported=@CSS_SUPPORTED@
Name: librsvg
Description: library that renders svg files
Version: @VERSION@
-Requires: glib-2.0 gdk-pixbuf-@GTK_API_VERSION@ cairo
-Requires.private: gio-2.0
+Requires: glib-2.0 gio-2.0 gdk-pixbuf-@GTK_API_VERSION@ cairo
+Requires.private:
Libs: -L${libdir} -lrsvg-@RSVG_API_MAJOR_VERSION@ -lm
Cflags: -I${includedir}/librsvg-@RSVG_API_VERSION@