[glom] Remove the avahi-ui dependency because we don't use it any more.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Remove the avahi-ui dependency because we don't use it any more.
- Date: Sat, 19 Jun 2010 08:50:05 +0000 (UTC)
commit dc41a911d1cdd1ef0ce72d5875a9ebc5f7c474ad
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 a636ae5..2cfb959 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.
+
2010-06-15 Murray Cumming <murrayc murrayc com>
Use SqlBuilder::add_field_id() to avoid ambiguity.
diff --git a/configure.ac b/configure.ac
index 994aa2d..8c3084f 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-3.0"])
+ [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.19.7 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 0.14.0"
diff --git a/glom/application.cc b/glom/application.cc
index 668f57a..f66de88 100644
--- a/glom/application.cc
+++ b/glom/application.cc
@@ -53,7 +53,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/gtk.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]