The spice configure script explicitly checks for x86 or x86-64, so
disable it on other architectures
Fixes
http://autobuild.buildroot.org/results/
7f7e2d46542a685b93211f76ad063f8b2ba7b5e5/build-end.log
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
comment "spice server depends on python (for pyparsing)"
+ depends on BR2_i386 || BR2_x86_64
depends on !BR2_PACKAGE_PYTHON
config BR2_PACKAGE_SPICE
bool "spice server"
+ depends on BR2_i386 || BR2_x86_64
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_CELT051