The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / spice / Config.in
1 comment "spice server needs a toolchain w/ wchar, threads"
2         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
3
4 comment "spice server depends on python (for pyparsing)"
5         depends on BR2_i386 || BR2_x86_64
6         depends on !BR2_PACKAGE_PYTHON
7
8 config BR2_PACKAGE_SPICE
9         bool "spice server"
10         depends on BR2_i386 || BR2_x86_64
11         depends on BR2_PACKAGE_PYTHON
12         depends on BR2_USE_WCHAR # libglib2
13         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
14         select BR2_PACKAGE_ALSA_LIB
15         select BR2_PACKAGE_CELT051
16         select BR2_PACKAGE_JPEG
17         select BR2_PACKAGE_LIBGLIB2
18         select BR2_PACKAGE_OPENSSL
19         select BR2_PACKAGE_PIXMAN
20         select BR2_PACKAGE_PYTHON_PYPARSING
21         select BR2_PACKAGE_SPICE_PROTOCOL
22         help
23           The Spice project aims to provide a complete open source
24           solution for interaction with virtualized desktop devices.
25           The Spice project deals with both the virtualized devices
26           and the front-end. Interaction between front-end and
27           back-end is done using VD-Interfaces.
28
29           This package implements the server-part of Spice.
30
31           http://www.spice-space.org/
32
33 if BR2_PACKAGE_SPICE
34
35 comment "client depends on X.org"
36         depends on !BR2_PACKAGE_XORG7
37
38 config BR2_PACKAGE_SPICE_CLIENT
39         bool "Enable client"
40         depends on BR2_PACKAGE_XORG7
41         depends on BR2_TOOLCHAIN_HAS_THREADS
42         depends on BR2_INSTALL_LIBSTDCPP
43         select BR2_PACKAGE_XLIB_LIBXFIXES
44         select BR2_PACKAGE_XLIB_LIBXRANDR
45
46 comment "client needs a toolchain w/ threads, C++"
47         depends on BR2_PACKAGE_XORG7
48         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
49
50 config BR2_PACKAGE_SPICE_GUI
51         bool "Enable GUI"
52         depends on BR2_PACKAGE_SPICE_CLIENT
53         depends on !BR2_STATIC_LIBS
54         select BR2_PACKAGE_CEGUI06
55         help
56           Say 'y' here to enable the Graphical User Interface (GUI)
57           start dialog.
58
59 comment "gui needs a toolchain w/ dynamic library"
60         depends on BR2_STATIC_LIBS
61
62 config BR2_PACKAGE_SPICE_TUNNEL
63         bool "Enable network redirection"
64         select BR2_PACKAGE_SLIRP
65         help
66           Say 'y' here to enable network redirection, aka tunnelling
67           through a SLIP/SLIRP session.
68
69 endif # BR2_PACKAGE_SPICE