1comment "spice server needs a toolchain w/ wchar, threads, C++" 2 depends on BR2_i386 || BR2_x86_64 3 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ 4 !BR2_INSTALL_LIBSTDCPP 5 6config BR2_PACKAGE_SPICE 7 bool "spice server" 8 depends on BR2_i386 || BR2_x86_64 9 depends on BR2_USE_WCHAR # libglib2 10 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 11 depends on BR2_INSTALL_LIBSTDCPP 12 select BR2_PACKAGE_JPEG 13 select BR2_PACKAGE_LIBGLIB2 14 select BR2_PACKAGE_OPENSSL 15 select BR2_PACKAGE_PIXMAN 16 select BR2_PACKAGE_SPICE_PROTOCOL 17 help 18 The Spice project aims to provide a complete open source 19 solution for interaction with virtualized desktop devices. 20 The Spice project deals with both the virtualized devices 21 and the front-end. Interaction between front-end and 22 back-end is done using VD-Interfaces. 23 24 This package implements the server-part of Spice. 25 26 http://www.spice-space.org/ 27