bed4e27868
This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
config BR2_PACKAGE_SPICE_PROTOCOL
|
|
bool "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.
|
|
|
|
This package implements the protocol-part of Spice.
|
|
|
|
http://www.spice-space.org/
|