Commit 3c686eb4 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 68d73dba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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)"