Browse Source

youtube-dl: add zip host dependency

zip is not included in default Tools, so add it as Host dependency in case is not present in building environment

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
lilik-openwrt-22.03
Adrian Panella 7 years ago
parent
commit
e306f8545a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/youtube-dl/Makefile

+ 1
- 1
multimedia/youtube-dl/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE:=Unlicense
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>
PKG_BUILD_DEPENDS:=python/host
PKG_BUILD_DEPENDS:=python/host zip/host
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save