common/build-helper/gir: only install the relevent user emulator

This commit is contained in:
classabbyamp 2024-09-18 11:33:43 -04:00 committed by classabbyamp
parent 66e9495c31
commit e85ae8b892
1 changed files with 1 additions and 1 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"
hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
# Required for running the g-ir-scanner-lddwrapper
hostmakedepends+=" prelink-cross"