[librsvg] Fix the .pc files



commit 29516693006017f5cfbeeb18926c71598ec8e5cd
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 30 19:18:47 2010 +0200

    Fix the .pc files
    
    They were broken by commit 4098d4e287ec5aaa989b025292511abf860164c9.

 librsvg-uninstalled.pc.in |    2 +-
 librsvg.pc.in             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/librsvg-uninstalled.pc.in b/librsvg-uninstalled.pc.in
index 6d55589..b46c041 100644
--- a/librsvg-uninstalled.pc.in
+++ b/librsvg-uninstalled.pc.in
@@ -9,6 +9,6 @@ css_supported= CSS_SUPPORTED@
 Name: librsvg
 Description: library that renders svg files
 Version: @VERSION@
-Requires: glib-2.0 gdk-pixbuf- GTK_API_VERSION@
+Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo
 Libs: ${pc_top_builddir}/${pcfiledir}/librsvg- RSVG_API_MAJOR_VERSION@.la
 Cflags: -I${pc_top_builddir}/${pcfiledir}
diff --git a/librsvg.pc.in b/librsvg.pc.in
index aa1ad49..372f199 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 gio-2.0 gdk-pixbuf- GTK_API_VERSION@ cairo
+Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo
 Requires.private:
 Libs: -L${libdir} -lrsvg- RSVG_API_MAJOR_VERSION@ -lm
 Cflags: -I${includedir}/librsvg- RSVG_API_VERSION@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]