[glom/glom-1-16] Remove the gconfmm dependency, because we don't use it.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-16] Remove the gconfmm dependency, because we don't use it.
- Date: Thu, 4 Nov 2010 14:40:49 +0000 (UTC)
commit 98ea58003b12d1f4c38099d07e6c4acbc123459a
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Nov 4 15:39:10 2010 +0100
Remove the gconfmm dependency, because we don't use it.
* configure.ac: Do not check for gconfmm.
* glom/bakery/app_withdoc.cc: Do not include gconfmm.h.
ChangeLog | 7 +++++++
configure.ac | 2 +-
glom/bakery/app_withdoc.cc | 1 -
3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fe314c0..bc055e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-04 Murray Cumming <murrayc murrayc com>
+
+ Remove the gconfmm dependency, because we don't use it.
+
+ * configure.ac: Do not check for gconfmm.
+ * glom/bakery/app_withdoc.cc: Do not include gconfmm.h.
+
1.16.1:
2010-10-19 Murray Cumming <murrayc murrayc com>
diff --git a/configure.ac b/configure.ac
index 84aeeb5..a41496a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ 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-2.4 >= 2.22.0 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.22.0 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
diff --git a/glom/bakery/app_withdoc.cc b/glom/bakery/app_withdoc.cc
index 78e9735..fc98d64 100644
--- a/glom/bakery/app_withdoc.cc
+++ b/glom/bakery/app_withdoc.cc
@@ -19,7 +19,6 @@
#include "config.h"
#include <glom/bakery/app_withdoc.h>
#include <glom/bakery/dialog_offersave.h>
-#include <gconfmm.h>
#include <giomm.h>
#include <algorithm>
#include <glibmm/i18n-lib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]