fontconfig: cross build support.

This commit is contained in:
Juan RP 2013-02-15 12:03:25 +01:00
parent a236537f8d
commit 76bf423c3f

View file

@ -7,6 +7,7 @@ subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static --enable-docs --with-cache-dir=/var/cache/$pkgname"
makedepends="pkg-config expat-devel freetype-devel zlib-devel"
crossmakedepends="expat-devel zlib-devel freetype-devel"
short_desc="Library for configuring and customizing font access"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.fontconfig.org"