summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/amarok/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_base/applications/amarok/debian/rules')
-rwxr-xr-xdebian/_base/applications/amarok/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/_base/applications/amarok/debian/rules b/debian/_base/applications/amarok/debian/rules
index d38f693a3..cb4758734 100755
--- a/debian/_base/applications/amarok/debian/rules
+++ b/debian/_base/applications/amarok/debian/rules
@@ -13,7 +13,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
- -DWITH_ALL_OPTIONS="ON"
+ -DWITH_ALL_OPTIONS="ON" \
+ -DWITH_IFP="OFF"
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)