diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 7541be8de0..08168e4e57 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -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