mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
zstd: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
726eac76c1
commit
b2d2b75f37
@ -8,7 +8,7 @@ PKG_LICENSE="BSD/GPLv2"
|
|||||||
PKG_SITE="http://www.zstd.net"
|
PKG_SITE="http://www.zstd.net"
|
||||||
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.zst"
|
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.zst"
|
||||||
PKG_DEPENDS_HOST="cmake:host make:host"
|
PKG_DEPENDS_HOST="cmake:host make:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="cmake:host gcc:host"
|
||||||
PKG_LONGDESC="A fast real-time compression algorithm."
|
PKG_LONGDESC="A fast real-time compression algorithm."
|
||||||
# Override toolchain as meson and ninja are not built yet
|
# Override toolchain as meson and ninja are not built yet
|
||||||
# and zstd is a dependency of ccache
|
# and zstd is a dependency of ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user