summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2011-06-14 18:10:38 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2011-06-14 18:10:38 -0400
commit73457790f127457251798000264b8c22c6af2a14 (patch)
treedcee65fa423b34a7f2e630689c4ac798738400c2
parent4e45a5aae66f037184cff646591c40c66bad39b2 (diff)
downloadglibmm-73457790f127457251798000264b8c22c6af2a14.tar.gz
Increase the Glib requirement to 2.29.8.
* configure.ac: The requirement was increased in the previous to the last commit but make sure it is shown clearly in the ChangeLog and in git.
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c4e2b72..f520a9cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-06-14 José Alburquerque <jaalburqu@svn.gnome.org>
+ Increase the Glib requirement to 2.29.8.
+
+ * configure.ac: The requirement was increased in the previous to the
+ last commit but make sure it is shown clearly in the ChangeLog and in
+ git.
+
+2011-06-14 José Alburquerque <jaalburqu@svn.gnome.org>
+
glibmm: Add TimeZone and partial DateTime classes.
diff --git a/configure.ac b/configure.ac
index 32f8fd43..79cf8c03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ AS_IF([test "x$enable_static" = xyes],
])
glibreq='2.0 >= 2.29.8'
+
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"