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