mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #8735 from heitbaum/fix
ttyd: add missing zlib target depend
This commit is contained in:
commit
0d6a7c5fc1
@ -9,7 +9,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://github.com/tsl0922/ttyd"
|
PKG_SITE="https://github.com/tsl0922/ttyd"
|
||||||
PKG_URL="https://github.com/tsl0922/ttyd/archive/${PKG_VERSION}.tar.gz"
|
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_SECTION="service"
|
||||||
PKG_SHORTDESC="ttyd: a tool for accessing the terminal over a browser"
|
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"
|
PKG_LONGDESC="ttyd (${PKG_VERSION}): is a simple command-line tool for sharing terminal over the web"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user