harfbuzz: fixed cross build.

This commit is contained in:
Juan RP 2013-08-22 09:04:54 +02:00
parent 0e3f4f9b88
commit 92f440a7c2

View file

@ -14,7 +14,10 @@ distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${ver
checksum=d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"
hostmakedepends+=" automake libtool glib-devel"
pre_configure() {
autoreconf -fi
}
fi
libharfbuzz_package() {