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 / sconeserver / Config.in
1 menuconfig BR2_PACKAGE_SCONESERVER
2         bool "sconeserver"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5         select BR2_PACKAGE_PCRE
6         help
7           Sconeserver is a modular, object-orientated and extremely versatile
8           network server framework for GNU/Linux and UNIX-like platforms.
9
10           http://www.sconemad.com/sconeserver/
11
12 if BR2_PACKAGE_SCONESERVER
13
14 comment "Sconeserver modules"
15
16 config BR2_PACKAGE_SCONESERVER_EXAMPLES
17         bool "examples"
18         help
19           Example modules for Sconeserver
20
21 config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
22         bool "http::sconesite"
23         select BR2_PACKAGE_LIBXML2
24         help
25           http::sconesite module for Sconeserver
26
27 config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
28         bool "http::sconesite::image"
29         depends on BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
30         depends on BR2_USE_MMU # imagemagick
31         select BR2_PACKAGE_IMAGEMAGICK
32         help
33           http::sconesite::image module for Sconeserver
34
35 config BR2_PACKAGE_SCONESERVER_MYSQL
36         bool "mysql"
37         depends on BR2_USE_MMU # mysql
38         select BR2_PACKAGE_MYSQL
39         help
40           MySQL module for Sconeserver
41
42 config BR2_PACKAGE_SCONESERVER_BLUETOOTH
43         bool "bluetooth"
44         depends on BR2_USE_WCHAR # bluez->libglib2
45         depends on BR2_USE_MMU # bluez->dbus
46         depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus, bluez->libglib2
47         depends on !BR2_STATIC_LIBS # bluez_utils
48         select BR2_PACKAGE_BLUEZ_UTILS
49         help
50           Bluetooth module for Sconeserver
51
52 comment "bluetooth support needs a toolchain w/ wchar, threads, dynamic library"
53         depends on BR2_USE_MMU
54         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
55
56 config BR2_PACKAGE_SCONESERVER_RSS
57         bool "rss"
58         select BR2_PACKAGE_LIBXML2
59         help
60           RSS module for Sconeserver
61
62 config BR2_PACKAGE_SCONESERVER_LOCATION
63         bool "location"
64         depends on BR2_USE_MMU # gpsd
65         depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
66         depends on !BR2_microblaze # gpsd
67         depends on !BR2_STATIC_LIBS # gpsd
68         select BR2_PACKAGE_GPSD
69         help
70           Location module for Sconeserver
71
72 comment "location support needs a toolchain w/ theads, dynamic library"
73         depends on BR2_USE_MMU
74         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBRARY
75         depends on !BR2_microblaze
76
77 config BR2_PACKAGE_SCONESERVER_LETTUCE
78         bool "lettuce"
79         help
80           Sconeserver module for Lettuce embedded automation platform
81
82           http://www.sconemad.com/lettuce/
83
84 config BR2_PACKAGE_SCONESERVER_MATHS
85         bool "maths"
86         select BR2_PACKAGE_MPFR
87         help
88           Mathematics module for Sconeserver
89
90 config BR2_PACKAGE_SCONESERVER_TESTBUILDER
91         bool "testbuilder"
92         help
93           Testbuilder module for Sconeserver
94
95 config BR2_PACKAGE_SCONESERVER_UI
96         bool "ui"
97         depends on BR2_PACKAGE_XORG7
98         select BR2_PACKAGE_XLIB_LIBX11
99         help
100           UI module for Sconeserver
101
102 comment "ui module requires X.org"
103         depends on !BR2_PACKAGE_XORG7
104
105 endif # BR2_PACKAGE_SCONESERVER
106
107 comment "sconeserver needs a toolchain w/ C++, NPTL"
108         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)