]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
spice: arch-mask toolchain comment
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 17 Feb 2016 19:28:18 +0000 (16:28 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 17 Feb 2016 20:32:47 +0000 (21:32 +0100)
Otherwise it shows up for other architectures with minimal toolchains
giving the impression that it's available/tested.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/spice/Config.in

index f1fcf69a1bd6f3785bd3d4c495dfaa182f763409..bde3a92859bbffd1840108ed525d34eae6b3c543 100644 (file)
@@ -1,4 +1,5 @@
 comment "spice server needs a toolchain w/ wchar, threads"
+       depends on BR2_i386 || BR2_x86_64
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 comment "spice server depends on python (for pyparsing)"