summaryrefslogtreecommitdiffstats
path: root/source/kde/cmake/k3b
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/cmake/k3b')
-rw-r--r--source/kde/cmake/k3b2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/kde/cmake/k3b b/source/kde/cmake/k3b
index 75a29ecb4..2e012d438 100644
--- a/source/kde/cmake/k3b
+++ b/source/kde/cmake/k3b
@@ -1,3 +1,4 @@
+sed -i.cmakehack -e "s|^cmake_minimum_required|#cmake_minimum_required|" CMakeLists.txt
mkdir build
cd build
cmake \
@@ -12,6 +13,7 @@ cd build
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DK3B_ENABLE_HAL_SUPPORT:BOOL=OFF \
+ -DK3B_BUILD_LAME_ENCODER_PLUGIN:BOOL=OFF \
-DKDE4_ENABLE_HTMLHANDBOOK:BOOL=ON \
..