configs/imx6qsabresd: Add ext4 rootfs option
[buildroot-gz.git] / package / spice / Config.in
blobbde3a92859bbffd1840108ed525d34eae6b3c543
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
5 comment "spice server depends on python (for pyparsing)"
6         depends on BR2_i386 || BR2_x86_64
7         depends on !BR2_PACKAGE_PYTHON
9 config BR2_PACKAGE_SPICE
10         bool "spice server"
11         depends on BR2_i386 || BR2_x86_64
12         depends on BR2_PACKAGE_PYTHON
13         depends on BR2_USE_WCHAR # libglib2
14         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
15         select BR2_PACKAGE_ALSA_LIB
16         select BR2_PACKAGE_CELT051
17         select BR2_PACKAGE_JPEG
18         select BR2_PACKAGE_LIBGLIB2
19         select BR2_PACKAGE_OPENSSL
20         select BR2_PACKAGE_PIXMAN
21         select BR2_PACKAGE_PYTHON_PYPARSING
22         select BR2_PACKAGE_SPICE_PROTOCOL
23         help
24           The Spice project aims to provide a complete open source
25           solution for interaction with virtualized desktop devices.
26           The Spice project deals with both the virtualized devices
27           and the front-end. Interaction between front-end and
28           back-end is done using VD-Interfaces.
30           This package implements the server-part of Spice.
32           http://www.spice-space.org/
34 if BR2_PACKAGE_SPICE
36 comment "client depends on X.org"
37         depends on !BR2_PACKAGE_XORG7
39 config BR2_PACKAGE_SPICE_CLIENT
40         bool "Enable client"
41         depends on BR2_PACKAGE_XORG7
42         depends on BR2_TOOLCHAIN_HAS_THREADS
43         depends on BR2_INSTALL_LIBSTDCPP
44         select BR2_PACKAGE_XLIB_LIBXFIXES
45         select BR2_PACKAGE_XLIB_LIBXRANDR
47 comment "client needs a toolchain w/ threads, C++"
48         depends on BR2_PACKAGE_XORG7
49         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
51 config BR2_PACKAGE_SPICE_GUI
52         bool "Enable GUI"
53         depends on BR2_PACKAGE_SPICE_CLIENT
54         depends on !BR2_STATIC_LIBS
55         select BR2_PACKAGE_CEGUI06
56         help
57           Say 'y' here to enable the Graphical User Interface (GUI)
58           start dialog.
60 comment "gui needs a toolchain w/ dynamic library"
61         depends on BR2_STATIC_LIBS
63 config BR2_PACKAGE_SPICE_TUNNEL
64         bool "Enable network redirection"
65         select BR2_PACKAGE_SLIRP
66         help
67           Say 'y' here to enable network redirection, aka tunnelling
68           through a SLIP/SLIRP session.
70 endif # BR2_PACKAGE_SPICE