Commit 4f452a86 authored by Maxime Ripard's avatar Maxime Ripard Committed by Peter Korsgaard
Browse files

package/spice: Only builds on x86

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3472e094
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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