mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user