- 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
This commit is contained in:
Cor Blom 2021-04-27 09:14:05 +00:00 committed by Git OBS Bridge
parent f108f640a5
commit a01dcbaddb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 27 09:13:28 UTC 2021 - Cor Blom <cornelis@solcon.nl>
- Explicit cmake flag -DBUILD_WEBENGINE="OFF" is needed to build
without qtwebengine
-------------------------------------------------------------------
Sun Apr 25 12:38:29 UTC 2021 - Cor Blom <cornelis@solcon.nl>

View File

@ -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}