Mercurial > pidgin.yaz
changeset 22987:5cbd119b26af
merge of '1e83e527c083d0177b89f95d8ac465b393e4991d'
and '3ad9ca55d458cd83d7e8caa6bd25a68d3f253c2b'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 16 May 2008 21:04:11 +0000 |
parents | 6a5b746ddfea (diff) 493239b86bf6 (current diff) |
children | f6dc06ba2bf4 9920046f2da0 |
files | |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/dbus-maybe.h Fri May 16 21:00:26 2008 +0000 +++ b/libpurple/dbus-maybe.h Fri May 16 21:04:11 2008 +0000 @@ -8,6 +8,10 @@ #ifdef HAVE_DBUS +#ifndef DBUS_API_SUBJECT_TO_CHANGE +#define DBUS_API_SUBJECT_TO_CHANGE +#endif + #include "dbus-server.h" /* this provides a type check */
--- a/pidgin.spec.in Fri May 16 21:00:26 2008 +0000 +++ b/pidgin.spec.in Fri May 16 21:04:11 2008 +0000 @@ -226,6 +226,7 @@ --sysconfdir=%{_sysconfdir} \ --disable-schemas-install \ %{!?_with_dbus:--disable-dbus} \ + %{!?_with_avahi:--disable-avahi} \ %{?_without_gstreamer:--disable-gstreamer} \ %{?_without_gtkspell:--disable-gtkspell} \ %{?_without_nm:--disable-nm} \