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