- 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:
parent
f108f640a5
commit
a01dcbaddb
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user