*: qemu-user-static -> qemu-user

This commit is contained in:
classabbyamp 2024-08-12 20:04:22 -04:00 committed by classabbyamp
parent ec662ff61f
commit 7ffbd5ed6c
13 changed files with 14 additions and 14 deletions

View file

@ -17,7 +17,7 @@ if [ "$build_option_gir" ] || [[ $build_options != *"gir"* ]]; then
if [ "$CROSS_BUILD" ]; then
# Required for running binaries produced from g-ir-compiler
# via g-ir-scanner-qemuwrapper
hostmakedepends+=" qemu-user-static"
hostmakedepends+=" qemu-user"
# Required for running the g-ir-scanner-lddwrapper
hostmakedepends+=" prelink-cross"

View file

@ -1,7 +1,7 @@
if [ "$CROSS_BUILD" ]; then
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
if [[ $hostmakedepends != *"qemu-user-static"* ]]; then
hostmakedepends+=" qemu-user-static"
if [[ $hostmakedepends != *"qemu-user"* ]]; then
hostmakedepends+=" qemu-user"
fi
fi