[dasher] cairo no longer requires gtk - quite the opposite!



commit efaffe407a38253a5c0ff1df23240eb7920af2ea
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Thu Jun 2 17:30:34 2011 +0100

    cairo no longer requires gtk - quite the opposite!

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6e9bfbd..e02b19d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,8 +375,8 @@ if test x"$WITHMAEMOFULLSCREEN" = xtrue; then
 fi
 
 if test x"$WITHCAIRO" = xtrue; then
-	PKG_CHECK_MODULES(cairo, gtk+-2.0 >= 2.8.0)
-	AC_DEFINE([WITH_CAIRO], 1, [use cairo (needs Gtk+ >= 2.8.0)])
+	PKG_CHECK_MODULES(cairo, cairo)
+	AC_DEFINE([WITH_CAIRO], 1, [use cairo])
 fi
 
 if test x"$BUILDGTK" = xtrue; then 



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