[gtkmm] Require the recent glibmm version for the std::vector utilities.
- From: murrayc src gnome org
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Require the recent glibmm version for the std::vector utilities.
- Date: Wed, 2 Feb 2011 09:28:10 +0000 (UTC)
commit 5ee34c75769ad5bd1e5c41392f7281a327c48b54
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Feb 1 11:06:41 2011 +0100
Require the recent glibmm version for the std::vector utilities.
* configure.ac: We actually check for giomm, but that brings in glibmm.
ChangeLog | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3af5257..6a41b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-02-01 Murray Cumming <murrayc murrayc com>
+ Require the recent glibmm version for the std::vector utilities.
+
+ * configure.ac: We actually check for giomm, but that brings in glibmm.
+
+2011-02-01 Murray Cumming <murrayc murrayc com>
+
Plug, Socket: Fix the build by using Window as ::Window.
* gtk/src/plug.[hg|ccg]:
diff --git a/configure.ac b/configure.ac
index b06d045..0c564c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.5 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.99.1 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.99.1 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
AS_IF([test "x$gtkmm_host_windows" = xyes],
[GTKMM_MODULES=$GDKMM_MODULES],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]