mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
PrusaSlicer: change to qemu build helper
This commit is contained in:
parent
f4273541b8
commit
28adea76ff
1 changed files with 1 additions and 4 deletions
|
@ -4,6 +4,7 @@ version=2.0.0
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="PrusaSlicer-version_${version}"
|
wrksrc="PrusaSlicer-version_${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
build_helper="qemu"
|
||||||
configure_args="-DSLIC3R_WX_STABLE=1 -DSLIC3R_FHS=1"
|
configure_args="-DSLIC3R_WX_STABLE=1 -DSLIC3R_FHS=1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel tbb-devel libcurl-devel nlopt-devel gtest-devel
|
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"
|
distfiles="https://github.com/prusa3d/Prusaslicer/archive/version_${version}.tar.gz"
|
||||||
checksum=5d3c7fd745f2875be55f316cd779805ce1b6ce38634f0f4b0ccd01884da731b3
|
checksum=5d3c7fd745f2875be55f316cd779805ce1b6ce38634f0f4b0ccd01884da731b3
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qemu-user-static"
|
|
||||||
fi
|
|
||||||
|
|
||||||
Slic3rPE_package() {
|
Slic3rPE_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue