2013-12-12 04:11:45 +01:00
|
|
|
comment "spice server needs a toolchain w/ wchar, threads"
|
2016-02-17 20:28:18 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2013-12-12 04:11:45 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2012-12-16 07:56:15 +01:00
|
|
|
config BR2_PACKAGE_SPICE
|
|
|
|
bool "spice server"
|
2012-12-16 23:06:30 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2013-12-12 04:11:45 +01:00
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
2012-12-16 07:56:15 +01:00
|
|
|
select BR2_PACKAGE_JPEG
|
2013-12-12 04:11:45 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2012-12-16 07:56:15 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_PIXMAN
|
|
|
|
select BR2_PACKAGE_SPICE_PROTOCOL
|
|
|
|
help
|
|
|
|
The Spice project aims to provide a complete open source
|
|
|
|
solution for interaction with virtualized desktop devices.
|
|
|
|
The Spice project deals with both the virtualized devices
|
|
|
|
and the front-end. Interaction between front-end and
|
|
|
|
back-end is done using VD-Interfaces.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-12-16 07:56:15 +01:00
|
|
|
This package implements the server-part of Spice.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-12-16 07:56:15 +01:00
|
|
|
http://www.spice-space.org/
|