1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00
This commit is contained in:
github-actions[bot] 2024-09-09 01:02:21 +00:00
parent f4d268003c
commit 10ecd18af4
4 changed files with 5 additions and 5 deletions

View file

@ -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-static" hostmakedepends+=" qemu-user"
# Required for running the g-ir-scanner-lddwrapper # Required for running the g-ir-scanner-lddwrapper
hostmakedepends+=" prelink-cross" hostmakedepends+=" prelink-cross"

View file

@ -1,7 +1,7 @@
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-static"* ]]; then if [[ $hostmakedepends != *"qemu-user"* ]]; then
hostmakedepends+=" qemu-user-static" hostmakedepends+=" qemu-user"
fi fi
fi fi

View file

@ -1408,7 +1408,7 @@ libgda-xslt-5.0.so.4 libgda-5.2.9_4
libamtk-5.so.0 amtk-5.0.0_1 libamtk-5.so.0 amtk-5.0.0_1
libdevhelp-3.so.6 devhelp-libs-3.30.0_1 libdevhelp-3.so.6 devhelp-libs-3.30.0_1
libunistring.so.2 libunistring-0.9.4_1 libunistring.so.2 libunistring-0.9.4_1
libguile-2.2.so.1 libguile-2.2.7_1 libguile-3.0.so.1 libguile-3.0.10_1
libopts.so.25 libopts-5.18.4_6 libopts.so.25 libopts-5.18.4_6
libanjuta-3.so.0 anjuta-3.8.4_1 libanjuta-3.so.0 anjuta-3.8.4_1
libgmlib.so.1 gmtk-1.0.8_1 libgmlib.so.1 gmtk-1.0.8_1

View file

@ -166,7 +166,7 @@ Options:
-A <host> -A <host>
Use this host machine. Automatically creates masterdir-<host> if it doesn't Use this host machine. Automatically creates masterdir-<host> if it doesn't
already exist. Some host machines may require qemu-user-static and already exist. Some host machines may require qemu-user and
binfmt-support if not natively supported by the processor. Supported hosts: binfmt-support if not natively supported by the processor. Supported hosts:
$(print_cross_targets) $(print_cross_targets)