|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-DOMOTICZ_VERSION = 2024.1
|
|
|
+DOMOTICZ_VERSION = 2024.4
|
|
|
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
|
|
|
DOMOTICZ_LICENSE = GPL-3.0
|
|
|
DOMOTICZ_LICENSE_FILES = License.txt
|
|
@@ -51,6 +51,16 @@ else
|
|
|
DOMOTICZ_CONF_OPTS += -DWITH_LIBUSB=OFF
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_OPENZWAVE),y)
|
|
|
+DOMOTICZ_DEPENDENCIES += openzwave
|
|
|
+
|
|
|
+# Due to the dependency on mosquitto, domoticz depends on
|
|
|
+# !BR2_STATIC_LIBS so set USE_STATIC_OPENZWAVE to OFF otherwise
|
|
|
+# domoticz will not find the openzwave library as it searches by
|
|
|
+# default a static library.
|
|
|
+DOMOTICZ_CONF_OPTS += -DUSE_STATIC_OPENZWAVE=OFF
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
|
|
DOMOTICZ_DEPENDENCIES += python3
|
|
|
DOMOTICZ_CONF_OPTS += -DUSE_PYTHON=ON
|