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:55:30 +0200
commitc2d1cab45e3946a2651d396f4d3fb24aa31eeb8d (patch)
tree1712d6eecac4a04fecd4a7c6037eb3b925768190 /ubuntu/_base/applications/amarok/debian/rules
parent6fbdc6a9da269d7bad7df6693cb3287effe97e0d (diff)
downloadtde-packaging-c2d1cab45e3946a2651d396f4d3fb24aa31eeb8d.tar.gz
tde-packaging-c2d1cab45e3946a2651d396f4d3fb24aa31eeb8d.zip
DEB amarok: Disable building iRiver iFP support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e5daa77723d6f6523483133fbc0a9d513d722fc1)
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)