summaryrefslogtreecommitdiffstats
path: root/package/spice
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-02-17 16:28:18 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-02-17 21:32:47 +0100
commit3c686eb407be5775d7eb0e942f377cd106896f69 (patch)
treeec99433350e73b379f31d139172a2a5a468e3d9c /package/spice
parent68d73dba9ea52b177f2e317b0e38da1672798407 (diff)
downloadbuildroot-3c686eb407be5775d7eb0e942f377cd106896f69.tar.gz
buildroot-3c686eb407be5775d7eb0e942f377cd106896f69.zip
spice: arch-mask toolchain comment
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>
Diffstat (limited to 'package/spice')
-rw-r--r--package/spice/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in
index f1fcf69a1b..bde3a92859 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -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)"
OpenPOWER on IntegriCloud