kmod: bump to version 24
[buildroot-gz.git] / package / domoticz / Config.in
blobf128e6f88ce420fc433ab84313afc3d5dc65ca46
1 config BR2_PACKAGE_DOMOTICZ
2         bool "domoticz"
3         depends on BR2_USE_MMU # mosquitto
4         depends on !BR2_STATIC_LIBS # mosquitto
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_INSTALL_LIBSTDCPP
7         depends on BR2_USE_WCHAR
8         depends on BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3
9         # These result in internal compiler error
10         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
11         select BR2_PACKAGE_BOOST
12         select BR2_PACKAGE_BOOST_DATE_TIME
13         select BR2_PACKAGE_BOOST_SYSTEM
14         select BR2_PACKAGE_BOOST_THREAD
15         select BR2_PACKAGE_LIBCURL
16         select BR2_PACKAGE_MOSQUITTO
17         select BR2_PACKAGE_OPENSSL
18         select BR2_PACKAGE_SQLITE
19         select BR2_PACKAGE_ZLIB
20         help
21           Domoticz is a Home Automation System that lets you monitor
22           and configure various devices like: Lights, Switches,
23           various sensors/meters like Temperature, Rain, Wind, UV,
24           Electra, Gas, Water and much more. Notifications/Alerts can
25           be sent to any mobile device.
27           http://domoticz.com
29 comment "domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library"
30         depends on BR2_USE_MMU
31         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
32         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
33                 !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
34                 !(BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3)