summaryrefslogtreecommitdiff
path: root/package/domoticz/Config.in
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2016-07-20 14:37:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-20 21:24:01 +0200
commit7b76606d38d413fcd80a0261b09c969c5a493389 (patch)
treef1030cb62e73ec8f0edcb66b1ca87b9d49ea24c5 /package/domoticz/Config.in
parent1cda15f494abe48fa81b1a0815af278d11cb05c1 (diff)
domoticz: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS
The option was globally removed with https://git.busybox.net/buildroot/commit/package/boost?id=668ce456448d671f30bf98c4d4819a88b0bf9f4e Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/domoticz/Config.in')
-rw-r--r--package/domoticz/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/domoticz/Config.in b/package/domoticz/Config.in
index e6d2571eb..3bd7824ad 100644
--- a/package/domoticz/Config.in
+++ b/package/domoticz/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_DOMOTICZ
bool "domoticz"
- depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS # boost
depends on BR2_USE_MMU # mosquitto
depends on !BR2_STATIC_LIBS # mosquitto
depends on BR2_TOOLCHAIN_HAS_THREADS
@@ -26,7 +25,6 @@ config BR2_PACKAGE_DOMOTICZ
http://domoticz.com
comment "domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library"
- depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_USE_WCHAR || BR2_STATIC_LIBS || \