xref: /OK3568_Linux_fs/buildroot/package/sconeserver/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunmenuconfig BR2_PACKAGE_SCONESERVER
2*4882a593Smuzhiyun	bool "sconeserver"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen()
6*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Sconeserver is a modular, object-orientated and extremely
9*4882a593Smuzhiyun	  versatile network server framework for GNU/Linux and
10*4882a593Smuzhiyun	  UNIX-like platforms.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.sconemad.com/sconeserver/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunif BR2_PACKAGE_SCONESERVER
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "Sconeserver modules"
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_EXAMPLES
19*4882a593Smuzhiyun	bool "examples"
20*4882a593Smuzhiyun	help
21*4882a593Smuzhiyun	  Example modules for Sconeserver
22*4882a593Smuzhiyun
23*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
24*4882a593Smuzhiyun	bool "http::sconesite"
25*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
26*4882a593Smuzhiyun	help
27*4882a593Smuzhiyun	  http::sconesite module for Sconeserver
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_MYSQL
30*4882a593Smuzhiyun	bool "mysql"
31*4882a593Smuzhiyun	depends on BR2_USE_MMU # mysql
32*4882a593Smuzhiyun	select BR2_PACKAGE_MYSQL
33*4882a593Smuzhiyun	help
34*4882a593Smuzhiyun	  MySQL module for Sconeserver
35*4882a593Smuzhiyun
36*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_BLUETOOTH
37*4882a593Smuzhiyun	bool "bluetooth"
38*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # bluez5_utils -> libglib2
39*4882a593Smuzhiyun	depends on BR2_USE_MMU # bluez5_utils -> dbus
40*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # bluez5_utils -> dbus, libglib2
41*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # bluez5_utils
42*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils
43*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils
44*4882a593Smuzhiyun	select BR2_PACKAGE_BLUEZ5_UTILS
45*4882a593Smuzhiyun	help
46*4882a593Smuzhiyun	  Bluetooth module for Sconeserver
47*4882a593Smuzhiyun
48*4882a593Smuzhiyuncomment "bluetooth support needs a toolchain w/ wchar, threads, dynamic library, headers >= 3.4"
49*4882a593Smuzhiyun	depends on BR2_USE_MMU
50*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
51*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
52*4882a593Smuzhiyun		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
53*4882a593Smuzhiyun
54*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_RSS
55*4882a593Smuzhiyun	bool "rss"
56*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
57*4882a593Smuzhiyun	help
58*4882a593Smuzhiyun	  RSS module for Sconeserver
59*4882a593Smuzhiyun
60*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_LOCATION
61*4882a593Smuzhiyun	bool "location"
62*4882a593Smuzhiyun	depends on BR2_USE_MMU # gpsd
63*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
64*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # gpsd
65*4882a593Smuzhiyun	select BR2_PACKAGE_GPSD
66*4882a593Smuzhiyun	help
67*4882a593Smuzhiyun	  Location module for Sconeserver
68*4882a593Smuzhiyun
69*4882a593Smuzhiyuncomment "location support needs a toolchain w/ theads, dynamic library"
70*4882a593Smuzhiyun	depends on BR2_USE_MMU
71*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBRARY
72*4882a593Smuzhiyun
73*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_MATHS
74*4882a593Smuzhiyun	bool "maths"
75*4882a593Smuzhiyun	select BR2_PACKAGE_MPFR
76*4882a593Smuzhiyun	help
77*4882a593Smuzhiyun	  Mathematics module for Sconeserver
78*4882a593Smuzhiyun
79*4882a593Smuzhiyunconfig BR2_PACKAGE_SCONESERVER_TESTBUILDER
80*4882a593Smuzhiyun	bool "testbuilder"
81*4882a593Smuzhiyun	help
82*4882a593Smuzhiyun	  Testbuilder module for Sconeserver
83*4882a593Smuzhiyun
84*4882a593Smuzhiyunendif # BR2_PACKAGE_SCONESERVER
85*4882a593Smuzhiyun
86*4882a593Smuzhiyuncomment "sconeserver needs a toolchain with dynamic library, C++, NPTL"
87*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
88*4882a593Smuzhiyun		|| BR2_STATIC_LIBS
89