mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
qemu: only enable SPICE on little endian ppc
[ci skip]
This commit is contained in:
parent
6a4df15eb4
commit
8dc6f9cdea
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ desc_option_smartcard="Enable smartcard support"
|
|||
desc_option_numa="Enable support for host NUMA"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc64*) build_options_default+=" spice";;
|
||||
i686*|x86_64*|ppc64le*) build_options_default+=" spice";;
|
||||
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue