gtk-vnc: broken for aarch64-musl (cross)
This commit is contained in:
parent
194de7601d
commit
f90f9e627e
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@ checksum=3a9a88426809a5df2c14353cd9839b8c8163438cb708b31d8048c79d180fcab7
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
# Broken for cross aarch64-musl; g-ir-scanner-qemuwrapper dumps core
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/19820/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp -a ${wrksrc} /tmp/gtk2-build
|
cp -a ${wrksrc} /tmp/gtk2-build
|
||||||
cp -a ${wrksrc} /tmp/gtk3-build
|
cp -a ${wrksrc} /tmp/gtk3-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue