2012-09-21 00:20:34 +02:00
|
|
|
menuconfig BR2_PACKAGE_SCONESERVER
|
|
|
|
bool "sconeserver"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-02-18 22:09:02 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2012-09-21 00:20:34 +02:00
|
|
|
select BR2_PACKAGE_PCRE
|
|
|
|
help
|
|
|
|
Sconeserver is a modular, object-orientated and extremely versatile
|
|
|
|
network server framework for GNU/Linux and UNIX-like platforms.
|
|
|
|
|
|
|
|
http://www.sconemad.com/sconeserver/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_SCONESERVER
|
|
|
|
|
|
|
|
comment "Sconeserver modules"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_EXAMPLES
|
|
|
|
bool "examples"
|
|
|
|
help
|
|
|
|
Example modules for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
|
|
|
|
bool "http::sconesite"
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
http::sconesite module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
|
|
|
|
bool "http::sconesite::image"
|
|
|
|
depends on BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE
|
2014-02-23 23:58:11 +01:00
|
|
|
depends on BR2_USE_MMU # imagemagick
|
2012-09-21 00:20:34 +02:00
|
|
|
select BR2_PACKAGE_IMAGEMAGICK
|
|
|
|
help
|
|
|
|
http::sconesite::image module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_MYSQL
|
|
|
|
bool "mysql"
|
2012-12-28 03:07:37 +01:00
|
|
|
depends on BR2_USE_MMU # mysql
|
2014-01-22 07:24:35 +01:00
|
|
|
select BR2_PACKAGE_MYSQL
|
2012-09-21 00:20:34 +02:00
|
|
|
help
|
|
|
|
MySQL module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_BLUETOOTH
|
|
|
|
bool "bluetooth"
|
2012-12-28 03:07:37 +01:00
|
|
|
depends on BR2_USE_WCHAR # bluez->libglib2
|
|
|
|
depends on BR2_USE_MMU # bluez->dbus
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus, bluez->libglib2
|
2013-06-27 16:03:11 +02:00
|
|
|
depends on !BR2_avr32 # bluez_utils
|
2013-12-05 18:56:48 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # bluez_utils
|
2012-09-21 00:20:34 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
help
|
|
|
|
Bluetooth module for Sconeserver
|
|
|
|
|
2013-12-05 18:56:48 +01:00
|
|
|
comment "bluetooth support needs a toolchain w/ wchar, threads, dynamic library"
|
|
|
|
depends on !BR2_avr32 && BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
|
|
|
|
2012-09-21 00:20:34 +02:00
|
|
|
config BR2_PACKAGE_SCONESERVER_RSS
|
|
|
|
bool "rss"
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
RSS module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_LOCATION
|
|
|
|
bool "location"
|
2012-12-28 03:07:37 +01:00
|
|
|
depends on BR2_USE_MMU # gpsd
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
|
2014-02-06 23:56:57 +01:00
|
|
|
depends on !BR2_microblaze # gpsd
|
2012-09-21 00:20:34 +02:00
|
|
|
select BR2_PACKAGE_GPSD
|
|
|
|
help
|
|
|
|
Location module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_LETTUCE
|
|
|
|
bool "lettuce"
|
|
|
|
help
|
|
|
|
Sconeserver module for Lettuce embedded automation platform
|
|
|
|
|
|
|
|
http://www.sconemad.com/lettuce/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_MATHS
|
|
|
|
bool "maths"
|
|
|
|
select BR2_PACKAGE_MPFR
|
|
|
|
help
|
|
|
|
Mathematics module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_TESTBUILDER
|
|
|
|
bool "testbuilder"
|
|
|
|
help
|
|
|
|
Testbuilder module for Sconeserver
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SCONESERVER_UI
|
|
|
|
bool "ui"
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
|
|
help
|
|
|
|
UI module for Sconeserver
|
|
|
|
|
|
|
|
comment "ui module requires X.org"
|
|
|
|
depends on !BR2_PACKAGE_XORG7
|
|
|
|
|
|
|
|
endif # BR2_PACKAGE_SCONESERVER
|
|
|
|
|
2014-02-18 22:09:02 +01:00
|
|
|
comment "sconeserver needs a toolchain w/ C++, NPTL"
|
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
|