[glibmm] Depend on glib 2.27.0, because we need GApplication.



commit 81b544102403415bb73adc10fcc25ca3aac2c1bb
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 20 09:16:12 2010 +0200

    Depend on glib 2.27.0, because we need GApplication.
    
    * configure.ac: Increase the glib dependency.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 95dc9b6..7543f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-20  Murray Cumming  <murrayc murrayc com>
+
+  Depend on glib 2.27.0, because we need GApplication.
+
+  * configure.ac: Increase the glib dependency.
+
 This is the master branch.
 See the glibmm-2-26 branch too.
 
diff --git a/configure.ac b/configure.ac
index ca5b23e..e120200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.25.16'
+glibreq='2.0 >= 2.27.0'
 GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
 test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"



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