common/build-helper/qemu: only install the relevant user emulator
now that the package is split, we don't have to install every emulator under the sun.
This commit is contained in:
parent
9fd44d9047
commit
66e9495c31
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
|
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
|
||||||
if [[ $hostmakedepends != *"qemu-user"* ]]; then
|
hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
|
||||||
hostmakedepends+=" qemu-user"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vtargetrun() {
|
vtargetrun() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue