From: Jerzy Grzegorek Date: Thu, 30 Jun 2016 06:37:40 +0000 (+0200) Subject: package/domoticz: indentation cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13cfedf5fbc7f02fc8c9c9b34ca0f0368cee96bd;p=buildroot.git package/domoticz: indentation cleanup Signed-off-by: Jerzy Grzegorek Signed-off-by: Thomas Petazzoni --- diff --git a/package/domoticz/domoticz.mk b/package/domoticz/domoticz.mk index f39c075775..adcf06172e 100644 --- a/package/domoticz/domoticz.mk +++ b/package/domoticz/domoticz.mk @@ -8,8 +8,15 @@ DOMOTICZ_VERSION = 3.4834 DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION)) DOMOTICZ_LICENSE = GPLv3 DOMOTICZ_LICENSE_FILES = License.txt -DOMOTICZ_DEPENDENCIES = boost host-pkgconf libcurl lua mosquitto openssl \ - sqlite zlib +DOMOTICZ_DEPENDENCIES = \ + boost \ + host-pkgconf \ + libcurl \ + lua \ + mosquitto \ + openssl \ + sqlite \ + zlib # Due to the dependency on mosquitto, domoticz depends on # !BR2_STATIC_LIBS so set USE_STATIC_BOOST to OFF