ttyd: add missing zlib target depend

This commit is contained in:
Rudi Heitbaum 2024-03-19 09:35:41 +00:00
parent 77b098a4e8
commit 5889e1f3e8

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/tsl0922/ttyd"
PKG_URL="https://github.com/tsl0922/ttyd/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libwebsockets"
PKG_DEPENDS_TARGET="toolchain libwebsockets zlib"
PKG_SECTION="service"
PKG_SHORTDESC="ttyd: a tool for accessing the terminal over a browser"
PKG_LONGDESC="ttyd (${PKG_VERSION}): is a simple command-line tool for sharing terminal over the web"