]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/spice/Config.in
woff2: fix build on m68k
[coffee/buildroot.git] / package / spice / Config.in
1 comment "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
5 config 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/