[gtk-css-engine] Require ccss >= 0.5.0



commit 24dc807bba1f3587fdf1198382da1028708ce2f4
Author: Robert Staudinger <robsta gnome org>
Date:   Fri Aug 7 14:10:45 2009 +0200

    Require ccss >= 0.5.0

 configure.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/configure.in b/configure.in
index 5eeb58c..27f47d5 100644
--- a/configure.in
+++ b/configure.in
@@ -79,31 +79,31 @@ GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
 AC_SUBST(GTK_VERSION) 
 
 # Maybe it would work with gtk+-2.8, the first sporting cairo, right?
-pkgs='libccss-gtk-1 >= 0.4.1'
+pkgs='ccss-gtk-1 >= 0.5.0'
 
-AC_MSG_CHECKING([for SVG support in libccss-cairo])
-with_rsvg=`$PKG_CONFIG --variable=ccss_with_rsvg libccss-cairo-1`
+AC_MSG_CHECKING([for SVG support in ccss-cairo])
+with_rsvg=`$PKG_CONFIG --variable=ccss_with_rsvg ccss-cairo-1`
 AC_MSG_RESULT([$with_rsvg])
 if test "$with_rsvg" != "yes"; then
-  AC_MSG_WARN([libccss-cairo without rsvg support, SVG images will not be supported])
+  AC_MSG_WARN([ccss-cairo without rsvg support, SVG images will not be supported])
 fi
 
-AC_MSG_CHECKING([for SVG fragment support in libccss-cairo])
-with_soup=`$PKG_CONFIG --variable=ccss_with_soup libccss-cairo-1`
+AC_MSG_CHECKING([for SVG fragment support in ccss-cairo])
+with_soup=`$PKG_CONFIG --variable=ccss_with_soup ccss-cairo-1`
 AC_MSG_RESULT([$with_soup])
 if test "$with_soup" == "yes"; then
   pkgs="$pkgs libsoup-2.4"
   AC_DEFINE([GCE_WITH_SOUP], [1], [Support for SVG fragments])
   AM_CONDITIONAL([GCE_WITH_SOUP], [test "yes" = "yes"])
 else
-  AC_MSG_WARN([libccss-cairo without soup support, SVG fragments will not be supported])
+  AC_MSG_WARN([ccss-cairo without soup support, SVG fragments will not be supported])
 fi
 
 PKG_CHECK_MODULES(GCE, $pkgs)
 
 AC_CHECK_PROG([CCSS_STYLESHEET_TO_GTKRC], [ccss-stylesheet-to-gtkrc], [ccss-stylesheet-to-gtkrc])
 if test "$CCSS_STYLESHEET_TO_GTKRC" == ""; then
-  AC_MSG_ERROR([`ccss-stylesheet-to-gtkrc' not found, check your libccss-gtk installation])
+  AC_MSG_ERROR([`ccss-stylesheet-to-gtkrc' not found, check your ccss-gtk installation])
 fi
 
 AC_CHECK_PROG([TWF], [twf], [twf])



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