qemu: build with spice on ppc64 targets
This commit is contained in:
parent
674a91861d
commit
85e4c04158
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ desc_option_smartcard="Enable smartcard support"
|
||||||
vopt_conflict "sdl" "sdl2"
|
vopt_conflict "sdl" "sdl2"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" spice";;
|
i686*|x86_64*|ppc64*) build_options_default+=" spice";;
|
||||||
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
|
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue