[glom/glom-1-20] Require the latest goocanvas because it has fixes that PrintLayout needs.



commit 7fd7fd67bee75ae35c33a0c37bc1cd72330ff640
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 9f93501..27f6403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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-29  Murray Cumming  <murrayc murrayc com>
 
 	Database Preferences: Really store the organization name in the database.
diff --git a/configure.ac b/configure.ac
index e87636b..03571b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,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]