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:
parent
db85d6ec98
commit
19d101bd22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue