libjpeg-turbo: unconditionally depend on nasm (fixed musl builds).
This commit is contained in:
@@ -3,10 +3,8 @@ pkgname=libjpeg-turbo
|
|||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=4
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="nasm"
|
||||||
configure_args="--disable-static --with-jpeg8"
|
configure_args="--disable-static --with-jpeg8"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
|
||||||
hostmakedepends="nasm"
|
|
||||||
fi
|
|
||||||
provides="jpeg-8"
|
provides="jpeg-8"
|
||||||
replaces="jpeg>=0"
|
replaces="jpeg>=0"
|
||||||
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
||||||
|
|||||||
Reference in New Issue
Block a user