[gtkmm/gtkmm-2-24] Depend on necessary versions of atkmm and pangomm.



commit bcc110ec7a93b885774bba6f1642458c68b9dbc7
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Jan 8 22:14:33 2011 +0100

    Depend on necessary versions of atkmm and pangomm.
    
    	* configure.ac: Depend on the versions of atkmm and pangomm that provide
    	conversions in .m4 files, now that glibmm does not provide them implicitly.
    	This is only relevant when building from git, however. The older versions
    	would be OK when building from a tarball.

 ChangeLog    |   14 ++++++++++++--
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d68b9f0..373334d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2010-12-23 José Alburquerque <jaalburqu svn gnome org>
+2011-01-14 Murray Cumming <murrayc murrayc com>
+
+  Depend on necessary versions of atkmm and pangomm.
+
+  * configure.ac: Depend on the versions of atkmm and pangomm that provide
+  conversions in .m4 files, now that glibmm does not provide them implicitly.
+  This is only relevant when building from git, however. The older versions
+  would be OK when building from a tarball.
+
+2010-01-14 José Alburquerque <jaalburqu svn gnome org>
 
   _CLASS_GTKOBJECT: Remove __REAL_* additional arguments.
   
@@ -8,7 +17,7 @@
   GdkPixmap). These classes have been fixed in gtk+-3 thus eliminating
   the need for the special arguments in _CLASS_GTKOBJECT.
 
-2010-12-09 Murray Cumming <murrayc murrayc com>
+2010-01-14 Murray Cumming <murrayc murrayc com>
 
   Added class_gtkobject.m4, previously in glibmm.
   
@@ -9491,3 +9500,4 @@ This is the HEAD branch. The stable branch is gtkmm-2-6.
 
 	* Changed library names: 1.0 -> 1.4 and 2.0 -> 2.4
 
+
diff --git a/configure.ac b/configure.ac
index 4dea910..b2ef476 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AS_IF([test "x$enable_static" = xyes],
       [AC_DEFINE([GTKMM_STATIC_LIB], [1], [Define when building gtkmm as a static library])])
 
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.24 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.22.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.24 pangomm-1.4 >= 2.27.1 gtk+-2.0 >= 2.22.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
@@ -65,7 +65,7 @@ AS_IF([test "x$gtkmm_host_windows" = xyes],
 GTKMM_ARG_ENABLE_API_ATKMM
 
 AS_IF([test "x$gtkmm_enable_api_atkmm" != xno],
-      [GTKMM_MODULES="atkmm-1.6 >= 2.21.1 $GTKMM_MODULES"])
+      [GTKMM_MODULES="atkmm-1.6 >= 2.22.2 $GTKMM_MODULES"])
 AC_SUBST([GTKMM_MODULES])
 
 PKG_CHECK_MODULES([GDKMM], [$GDKMM_MODULES])



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