summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2008-05-17 12:55:46 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2008-05-17 12:55:46 +0000
commit28db613ae20bb4c87f69a4c35f38e1c7e16523d4 (patch)
tree067aba54d8398bde4fafb7085af4c75a208f6063
parent7bf09fb8da1dd4fe6cc79ab0a1690f46588c1860 (diff)
downloadpidgin-2.4.2.tar.gz
Fix building RPMs with gevolutionv2.4.2
-rw-r--r--pidgin.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pidgin.spec.in b/pidgin.spec.in
index 29fde442f1..d1b570be7c 100644
--- a/pidgin.spec.in
+++ b/pidgin.spec.in
@@ -41,6 +41,7 @@ BuildRequires: gtk2-devel
%{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h}
%{!?_without_text:BuildRequires: ncurses-devel}
%{!?_without_nm:BuildRequires: NetworkManager-devel}
+%{!?_without_gevolution:BuildRequires: evolution-data-server-devel}
%if "%{_vendor}" == "suse"
# For SuSE:
@@ -230,6 +231,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
%{?_without_gstreamer:--disable-gstreamer} \
%{?_without_gtkspell:--disable-gtkspell} \
%{?_without_nm:--disable-nm} \
+ %{!?_without_gevolution:--enable-gevolution} \
%{?_with_mono:--enable-mono} \
%{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \
%{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \