ldbus: Add zip/host build dependency

Needed when zip is missing on the host (very rare).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2019-08-16 12:51:27 -07:00
parent db85d6ec98
commit 19d101bd22
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL=https://github.com/daurnimator/ldbus
PKG_MAINTAINER:=Enrico Mioso <mrkiko.rs@gmail.com>
PKG_LICENSE:=MIT
PKG_BUILD_DEPENDS:=luarocks/host
PKG_BUILD_DEPENDS:=luarocks/host zip/host
include $(INCLUDE_DIR)/package.mk