qemu: build with spice on ppc64 targets
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user