libjpeg-turbo: cross build support.
This commit is contained in:
parent
3d0c8c2863
commit
f1ff2190dc
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ replaces="jpeg>=0"
|
||||||
subpackages="${pkgname}-devel ${pkgname}-tools"
|
subpackages="${pkgname}-devel ${pkgname}-tools"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-jpeg8"
|
configure_args="--disable-static --with-jpeg8"
|
||||||
makedepends="nasm"
|
if [ "$XBPS_MACHINE" = "i686" -o "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
|
makedepends="nasm"
|
||||||
|
fi
|
||||||
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Reference in a new issue