PrusaSlicer: change to qemu build helper
This commit is contained in:
parent
f4273541b8
commit
28adea76ff
|
@ -4,6 +4,7 @@ version=2.0.0
|
|||
revision=2
|
||||
wrksrc="PrusaSlicer-version_${version}"
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
configure_args="-DSLIC3R_WX_STABLE=1 -DSLIC3R_FHS=1"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel tbb-devel libcurl-devel nlopt-devel gtest-devel
|
||||
|
@ -15,10 +16,6 @@ homepage="https://www.prusa3d.com/prusaslicer/"
|
|||
distfiles="https://github.com/prusa3d/Prusaslicer/archive/version_${version}.tar.gz"
|
||||
checksum=5d3c7fd745f2875be55f316cd779805ce1b6ce38634f0f4b0ccd01884da731b3
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qemu-user-static"
|
||||
fi
|
||||
|
||||
Slic3rPE_package() {
|
||||
build_style=meta
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue