[Buildroot] [PATCH] spice: arch-mask toolchain comment

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Feb 17 19:28:18 UTC 2016


Otherwise it shows up for other architectures with minimal toolchains
giving the impression that it's available/tested.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/spice/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/spice/Config.in b/package/spice/Config.in
index f1fcf69..bde3a92 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)"
-- 
2.4.10



More information about the buildroot mailing list