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>
This commit is contained in:
parent
56c2caadbd
commit
21f05d0df1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue