common/build-helper/gir: only install the relevent user emulator
This commit is contained in:
parent
66e9495c31
commit
e85ae8b892
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ "$build_option_gir" ] || [[ $build_options != *"gir"* ]]; then
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Required for running binaries produced from g-ir-compiler
|
# Required for running binaries produced from g-ir-compiler
|
||||||
# via g-ir-scanner-qemuwrapper
|
# 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
|
# Required for running the g-ir-scanner-lddwrapper
|
||||||
hostmakedepends+=" prelink-cross"
|
hostmakedepends+=" prelink-cross"
|
||||||
|
|
Loading…
Add table
Reference in a new issue