mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/domoticz: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8a64ade2f3
commit
13cfedf5fb
@ -8,8 +8,15 @@ DOMOTICZ_VERSION = 3.4834
|
|||||||
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
|
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
|
||||||
DOMOTICZ_LICENSE = GPLv3
|
DOMOTICZ_LICENSE = GPLv3
|
||||||
DOMOTICZ_LICENSE_FILES = License.txt
|
DOMOTICZ_LICENSE_FILES = License.txt
|
||||||
DOMOTICZ_DEPENDENCIES = boost host-pkgconf libcurl lua mosquitto openssl \
|
DOMOTICZ_DEPENDENCIES = \
|
||||||
sqlite zlib
|
boost \
|
||||||
|
host-pkgconf \
|
||||||
|
libcurl \
|
||||||
|
lua \
|
||||||
|
mosquitto \
|
||||||
|
openssl \
|
||||||
|
sqlite \
|
||||||
|
zlib
|
||||||
|
|
||||||
# Due to the dependency on mosquitto, domoticz depends on
|
# Due to the dependency on mosquitto, domoticz depends on
|
||||||
# !BR2_STATIC_LIBS so set USE_STATIC_BOOST to OFF
|
# !BR2_STATIC_LIBS so set USE_STATIC_BOOST to OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user