[glom] Require the correct gtksourceviewmm version.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Require the correct gtksourceviewmm version.
- Date: Mon, 7 Feb 2011 11:40:41 +0000 (UTC)
commit 85a4acdb7e53c8125bd4230030330ff9f0e2d96b
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Feb 7 12:40:35 2011 +0100
Require the correct gtksourceviewmm version.
* configure.ac: Use the gtksourceviewmm version with the API changes to use
vector.
ChangeLog | 7 +++++++
configure.ac | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4ae146b..50862c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-07 Murray Cumming <murrayc murrayc com>
+
+ Require the correct gtksourceviewmm version.
+
+ * configure.ac: Use the gtksourceviewmm version with the API changes to use
+ vector.
+
2011-01-30 Murray Cumming <murrayc murrayc com>
Adapt to libgdamm API changes.
diff --git a/configure.ac b/configure.ac
index 27cea3b..1191c7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,13 +156,13 @@ AC_ARG_ENABLE([maemo-launcher],
# Libraries used by libglom:
# We require libgda >= 4.0.4 because previous versions had case-sensitivity or fatal metastore problems.
# libgda >= 4.1.2 is also OK, but not 4.1.<2.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.21 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 4.1.2 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
# Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.99.1 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.90.2"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.99.1 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.90.3"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
@@ -171,7 +171,7 @@ AS_IF([test "x$glom_enable_client_only" != xyes && test "x$glom_host_win32" != x
# Do not require gtksourceviewmm in client only mode
AS_IF([test "x$glom_enable_client_only" != xyes],
- [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 2.91.4"])
+ [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 2.91.5"])
AS_IF([test "x$glom_enable_sqlite" = xyes],
[REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS libgda-sqlite-4.0"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]