libX11: fix cross build.
This commit is contained in:
parent
697c218fb0
commit
24b0f29ade
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue