summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/amarok/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-10-24 00:54:48 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-10-24 00:54:48 +0200
commite5daa77723d6f6523483133fbc0a9d513d722fc1 (patch)
tree066a276aa1edb97e3175e4f52b0845e13f1b8033 /ubuntu/_base/applications/amarok/debian/rules
parenta152ac895b68500e0690a7ca11ed2e5d9d307a34 (diff)
downloadtde-packaging-e5daa77723d6f6523483133fbc0a9d513d722fc1.tar.gz
tde-packaging-e5daa77723d6f6523483133fbc0a9d513d722fc1.zip
DEB amarok: Disable building iRiver iFP support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/amarok/debian/rules')
-rwxr-xr-xubuntu/_base/applications/amarok/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/amarok/debian/rules b/ubuntu/_base/applications/amarok/debian/rules
index d38f693a3..cb4758734 100755
--- a/ubuntu/_base/applications/amarok/debian/rules
+++ b/ubuntu/_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)