From a01dcbaddb884bc54b4e06d52cef1022948563ac61bdd3829fe119e3b5049c82 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Tue, 27 Apr 2021 09:14:05 +0000 Subject: [PATCH] - Explicit cmake flag -DBUILD_WEBENGINE="OFF" is needed to build without qtwebengine OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=98 --- musescore.changes | 6 ++++++ musescore.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/musescore.changes b/musescore.changes index 9c18c88..9e7ad7b 100644 --- a/musescore.changes +++ b/musescore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 27 09:13:28 UTC 2021 - Cor Blom + +- Explicit cmake flag -DBUILD_WEBENGINE="OFF" is needed to build + without qtwebengine + ------------------------------------------------------------------- Sun Apr 25 12:38:29 UTC 2021 - Cor Blom diff --git a/musescore.spec b/musescore.spec index 280a4b0..6d8a164 100644 --- a/musescore.spec +++ b/musescore.spec @@ -138,6 +138,8 @@ mv -f tmpfile thirdparty/portmidi/README.txt -DUSE_SYSTEM_FREETYPE="ON" \ %if %qtwebengine -DBUILD_WEBENGINE="ON" \ +%else + -DBUILD_WEBENGINE="OFF" \ %endif -DBUILD_TELEMETRY_MODULE=OFF \ -DMUSESCORE_REVISION=%{revision}