summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Matteo Bernardini2021-11-26 20:46:22 +0100
committer Willy Sudiarto Raharjo2021-11-29 03:43:57 +0100
commit4d3b248603272a6c6de2354cca1329662c66f03d (patch)
tree386a7b541e79a5b464183c335c016a3d12868948 /multimedia
parenta02b9bbed074e9f754e82c630f1e78f502433363 (diff)
downloadslackbuilds-4d3b248603272a6c6de2354cca1329662c66f03d.tar.gz
multimedia/MuseScore: Disable WEBENGINE and TELEMETRY.
This avoids copying some files from the qt5 package in a path that doesn't make sense and disables telemetry (nobody wants that!) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/MuseScore/MuseScore.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/MuseScore/MuseScore.SlackBuild b/multimedia/MuseScore/MuseScore.SlackBuild
index ad1fe4050d..f03363c414 100644
--- a/multimedia/MuseScore/MuseScore.SlackBuild
+++ b/multimedia/MuseScore/MuseScore.SlackBuild
@@ -81,7 +81,8 @@ make release \
MUSESCORE_BUILD_CONFIG=release \
DOWNLOAD_SOUNDFONT=OFF \
USE_SYSTEM_FREETYPE=ON \
- BUILD_WEBENGINE=ON \
+ BUILD_WEBENGINE=OFF \
+ DBUILD_TELEMETRY_MODULE=OFF \
VERBOSE=1
make install \
-C build.release \