ldbus: Add zip/host build dependency
authorRosen Penev <rosenp@gmail.com>
Fri, 16 Aug 2019 19:51:27 +0000 (12:51 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 16 Aug 2019 19:51:27 +0000 (12:51 -0700)
Needed when zip is missing on the host (very rare).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/ldbus/Makefile

index a0500a64fa75b4ed8e211769e121edf6d0e0f961..86f67711aa81340d3f82299571162d490f11780f 100644 (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