Browse Source
domoticz: Add missing dependency
CMake picks up telldus-core now that it is in the tree.
Fixes #10246
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
1 deletions
-
utils/domoticz/Makefile
|
|
@ -12,7 +12,7 @@ PKG_VERSION_MAJOR:=4 |
|
|
|
PKG_VERSION_PATCH:=10717 |
|
|
|
PKG_COMMIT:= |
|
|
|
PKG_VERSION:=$(PKG_VERSION_MAJOR).$(PKG_VERSION_PATCH) |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
ifeq ($(PKG_COMMIT),) |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
@ -54,6 +54,7 @@ define Package/domoticz |
|
|
|
+libopenzwave \
|
|
|
|
+libsqlite3 \
|
|
|
|
+libstdcpp \
|
|
|
|
+telldus-core \
|
|
|
|
+zlib |
|
|
|
endef |
|
|
|
|
|
|
|