musescore: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
5f2a3602ca
commit
9d5bdbfd47
|
@ -4,7 +4,7 @@ version=3.6.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="MuseScore-${version}"
|
wrksrc="MuseScore-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
|
make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
|
||||||
DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
|
DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
|
||||||
make_install_args="-C build.release"
|
make_install_args="-C build.release"
|
||||||
hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
||||||
|
|
Loading…
Reference in New Issue