From 3c686eb407be5775d7eb0e942f377cd106896f69 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 17 Feb 2016 16:28:18 -0300 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- package/spice/Config.in | 1 + 1 file changed, 1 insertion(+) 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)" -- 2.30.2