libjpeg-turbo: unconditionally depend on nasm (fixed musl builds).
This commit is contained in:
parent
f42bf30417
commit
4ea728b684
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue