[glom] Require the latest goocanvas because it has fixes that PrintLayout needs.



commit 3b9bccf18040fcc1161eaaf0199bcbc0aa604cce
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 30 12:41:59 2012 +0100

    Require the latest goocanvas because it has fixes that PrintLayout needs.
    
    * configure.ac: Require goocanvas 2.0.1.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ac8d2a5..b896600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-01-30  Murray Cumming  <murrayc murrayc com>
 
+	Require the latest goocanvas because it has fixes that PrintLayout needs.
+
+	* configure.ac: Require goocanvas 2.0.1.
+
+2012-01-30  Murray Cumming  <murrayc murrayc com>
+
 	Add translatable strings from OnlineGlom
 
 	* glom/onlineglom_strings.cc:
diff --git a/configure.ac b/configure.ac
index 51df0d2..b516683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,7 +137,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.0.0 goocanvasmm-2.0 >= 1.90.8 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.0.0 goocanvasmm-2.0 >= 1.90.8  goocanvas-2.0 >= 2.0.1 evince-view-3.0"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?



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