[glom/glom-1-14] Remove the avahi-ui dependency because we don't use it any more.



commit db5cf8f34aadea9a981430b547692091223b45f0
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Jun 19 10:47:17 2010 +0200

    Remove the avahi-ui dependency because we don't use it any more.
    
    * configure.ac: Don't check for avahi-ui.
    * glom/application.cc: Don't include avahi-ui.h
    
    This is lucky, because avahi-ui still has no support for GTK+ 3.

 ChangeLog           |    9 +++++++++
 configure.ac        |    2 +-
 glom/application.cc |    1 -
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dad3d61..ba95daf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-06-19  Murray Cumming  <murrayc murrayc com>
+
+	Remove the avahi-ui dependency because we don't use it any more.
+
+	* configure.ac: Don't check for avahi-ui.
+	* glom/application.cc: Don't include avahi-ui.h
+	
+	This is lucky, because avahi-ui still has no support for GTK+ 3.
+
 1.14.2:
 
 2010-05-02  Murray Cumming  <murrayc murrayc-x61>
diff --git a/configure.ac b/configure.ac
index 85d2385..fe2bbeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ AC_ARG_ENABLE([maemo-launcher],
 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.18 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 avahi-ui"])
+      [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.19.7 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
diff --git a/glom/application.cc b/glom/application.cc
index 087ae43..516f2da 100644
--- a/glom/application.cc
+++ b/glom/application.cc
@@ -51,7 +51,6 @@
 #ifndef G_OS_WIN32
 #include <libepc/consumer.h>
 #include <libsoup/soup-status.h>
-#include <avahi-ui/avahi-ui.h>
 #endif // !G_OS_WIN32
 
 #include <gtk/gtkstock.h> /* For use with the avahi-ui dialog. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]