[libepc] Use avahi-ui-gtk3 rather than avahi-ui-gtk. Bug #649404
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libepc] Use avahi-ui-gtk3 rather than avahi-ui-gtk. Bug #649404
- Date: Thu, 12 May 2011 19:19:08 +0000 (UTC)
commit 1106632cac7742a0e17b2ecce04caadf15c0d08e
Author: Christopher Dale <chrelad gmail com>
Date: Thu May 12 21:18:30 2011 +0200
Use avahi-ui-gtk3 rather than avahi-ui-gtk.
Bug #649404
This breaks ABI, but this is an unstable library anyway (murrayc).
ChangeLog | 7 +++++++
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f713e00..ed3cdcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-12 Christopher Dale <chrelad gmail com>
+
+ Use avahi-ui-gtk3 rather than avahi-ui-gtk.
+ Bug #649404
+
+ This breaks ABI, but this is an unstable library anyway (murrayc).
+
2010-03-24 David King <davidk openismus com>
Fix compilation with GSEAL_ENABLE defined
diff --git a/configure.ac b/configure.ac
index 0b27bcd..5a1bade 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ PKG_CHECK_EXISTS([$GIO_REQUIREMENT],
GIO=$GIO_REQUIREMENT],
[AC_MSG_RESULT([no])])
-PKG_CHECK_MODULES(AVAHI_UI, [avahi-ui >= 0.6])
+PKG_CHECK_MODULES(AVAHI_UI, [avahi-ui-gtk3 >= 0.6])
PKG_CHECK_MODULES(LIBEPC, [avahi-client >= 0.6
avahi-glib >= 0.6
glib-2.0 >= 2.12
@@ -92,7 +92,7 @@ AC_SUBST(LIBEPC_LIBS)
AC_TYPE_UINT16_T
#AC_CHECK_FUNCS([memset setlocale socket strchr])
-AC_CHECK_LIB([avahi-ui],
+AC_CHECK_LIB([avahi-ui-gtk3],
[aui_service_dialog_set_service_type_name],
[AC_DEFINE([HAVE_SET_SERVICE_TYPE_NAME], [1],
[Define to 1 if you have aui_service_dialog_set_service_type_name.])],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]