mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libjpeg-turbo: switch from toolchain:host depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
6162458d40
commit
074155b2cc
@ -8,9 +8,9 @@ PKG_SHA256="0270f9496ad6d69e743f1e7b9e3e9398f5b4d606b6a47744df4b73df50f62e38"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libjpeg-turbo.org/"
|
||||
PKG_URL="https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="toolchain:host"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD."
|
||||
PKG_DEPENDS_HOST="cmake:host ninja:host"
|
||||
PKG_DEPENDS_TARGET="cmake:host ninja:host gcc:host"
|
||||
PKG_LONGDESC="A JPEG image codec that uses SIMD instructions."
|
||||
PKG_BUILD_FLAGS="+pic +pic:host"
|
||||
|
||||
PKG_CMAKE_OPTS_HOST="-DENABLE_STATIC=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user