[gnome-games] build: Fix the librsvg .pc check



commit 1eee4b987bad4a532e0f636f3bcd19d3cda14b61
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 2 22:47:01 2010 +0200

    build: Fix the librsvg .pc check
    
    It's librsvg-2.0, unconditionally.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 850624e..3e15774 100644
--- a/configure.in
+++ b/configure.in
@@ -616,7 +616,7 @@ if test "$need_rsvg" = "yes"; then
 
   # Errors out if rsvg is not found
   PKG_CHECK_MODULES([RSVG],[
-    librsvg-$GTK_API_VERSION >= $RSVG_REQUIRED
+    librsvg-2.0 >= $RSVG_REQUIRED
     cairo >= $CAIRO_REQUIRED])
 
   AC_SUBST([RSVG_CFLAGS])



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