[k3b] explicitly disable bits not distributable in fedora builds

Rex Dieter rdieter at fedoraproject.org
Wed Jan 19 19:34:44 UTC 2011


commit 61d4d2864f54061c251e4b485e6d3824d5686936
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 19 13:35:55 2011 -0600

    explicitly disable bits not distributable in fedora builds

 k3b.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/k3b.spec b/k3b.spec
index 83698ac..0d88955 100644
--- a/k3b.spec
+++ b/k3b.spec
@@ -91,6 +91,9 @@ mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} \
   -DK3B_BUILD_K3BSETUP:BOOL=OFF \
+  -DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=OFF \
+  -DK3B_BUILD_LAME_ENCODER_PLUGIN:BOOL=OFF \
+  -DK3B_BUILD_MAD_DECODER_PLUGIN:BOOL=OFF \
   ..
 popd
 


More information about the scm-commits mailing list