[telepathy-qt4/f16] explicitly enable/disable farstream,farsight

Rex Dieter rdieter at fedoraproject.org
Thu Jul 26 19:19:07 UTC 2012


commit c7c5a0281b187e148dbebca7230d281268bb9bdc
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Jul 26 14:22:18 2012 -0500

    explicitly enable/disable farstream,farsight

 telepathy-qt4.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index 61685b2..2790568 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -68,6 +68,9 @@ mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake} \
   %{?enable_tests}%{!?enable_tests:-DENABLE_TESTS:BOOL=OFF} \
+  %{?farstream:-DENABLE_FARSTREAM:BOOL=ON} \
+  %{!?farstream:-DENABLE_FARSTREAM:BOOL=OFF} \
+  -DENABLE_FARSIGHT:BOOL=OFF \
   ..
 popd
 


More information about the scm-commits mailing list