[glom] Remove the gconfmm dependency, because we don't use it.



commit 1d2408e0e6144a48976921b58b788fe2f11f11f7
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 643df55..0ecc5cd 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.19.1:
 
 2010-10-27  Murray Cumming  <murrayc murrayc com>
diff --git a/configure.ac b/configure.ac
index 3bbd288..311ddc4 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-3.0 >= 2.91.3 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.9.2"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.91.3 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.9.2"
 
 # 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 c1f395b..b94351b 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]