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