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}