[glom] Require the latest gtkmm.



commit 47dc31816e438b562574bf16778211c421474ef6
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 27 12:50:26 2011 +0200

    Require the latest gtkmm.
    
    * configure.ac: Require gtkmm 3.2.0 to keep things simple.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d720d7f..d328894 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-27  Murray Cumming  <murrayc murrayc com>
+
+	Require the latest gtkmm.
+
+	* configure.ac: Require gtkmm 3.2.0 to keep things simple.
+
 2011-09-27  Murray Cumming  <murrayc murrayc com>>
 
   libglom::LayoutItem_Portal: Added get_suitable_table_to_view_details().
diff --git a/configure.ac b/configure.ac
index 82ee921..72944b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,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 >= 2.99.1 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.90.3 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.0.0 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.90.3 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]