libX11: fix cross build.

This commit is contained in:
Juan RP 2013-09-13 10:20:45 +02:00
parent 697c218fb0
commit 24b0f29ade

View file

@ -16,9 +16,9 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool"
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
pre_configure() {
libtoolize -f
autoreconf -fi
}
fi