package/spice: Only builds on x86
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 16 Dec 2012 22:06:30 +0000 (22:06 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 17 Dec 2012 08:17:00 +0000 (09:17 +0100)
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>
package/spice/Config.in

index b1e187a634f1fee1b2dd07a3e3c7bb1accff58eb..1b264e7e216290af8a18bfeb9ede92efd4ea5b2a 100644 (file)
@@ -1,8 +1,10 @@
 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