changeset 23004:19383e0bd143

Fix building RPMs without meanwhile. Fixes 4831A712.4020402@clove.org
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 19 May 2008 16:18:29 +0000
parents 1682a7eb1074
children a544f4ad00c5
files pidgin.spec.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin.spec.in	Mon May 19 14:19:54 2008 +0000
+++ b/pidgin.spec.in	Mon May 19 16:18:29 2008 +0000
@@ -228,6 +228,7 @@
                                     --disable-schemas-install \
                                     %{!?_with_dbus:--disable-dbus} \
                                     %{!?_with_avahi:--disable-avahi} \
+                                    %{!?_with_meanwhile:--disable-meanwhile} \
                                     %{?_without_gstreamer:--disable-gstreamer} \
                                     %{?_without_gtkspell:--disable-gtkspell} \
                                     %{?_without_nm:--disable-nm} \
@@ -473,6 +474,9 @@
 %endif
 
 %changelog
+* Mon May 19 2008 Stu Tomlinson <stu@nosnilmot.com>
+- Fix building without meanwhile support
+
 * Fri May 16 2008 Stu Tomlinson <stu@nosnilmot.com>
 - Add "--without nm" support to build without NetworkManager