[gtkmm] configure.ac: Require latest pangomm and atkmm versions.



commit 97c1cbf36c6b7299a5e0e5e486806b9d9d7f06cb
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Apr 27 12:13:33 2017 +0200

    configure.ac: Require latest pangomm and atkmm versions.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0e20ceb..ff503d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-4.0 requires.
 # TODO: Remove the mention of cairomm once pangomm needs to depend on such a new version.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.54 >= 2.53.1.1 pangomm-2.42 >= 2.41.2 cairomm-1.16 >= 1.15.3 gtk+-4.0 >= 
3.91.0 gdk-pixbuf-2.0 >= 2.35.5'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.54 >= 2.53.1.1 pangomm-2.42 >= 2.41.3 cairomm-1.16 >= 1.15.3 gtk+-4.0 >= 
3.91.0 gdk-pixbuf-2.0 >= 2.35.5'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
@@ -106,7 +106,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-2.26 >= 2.25.2 $GTKMM_MODULES"])
+      [GTKMM_MODULES="atkmm-2.26 >= 2.25.3 $GTKMM_MODULES"])
 AC_SUBST([GTKMM_MODULES])
 
 AC_SUBST([GTKMM_DEMOS_EXTRA_MODULES], ['epoxy >= 1.2'])


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