libX11: use xorgproto.
This commit is contained in:
parent
383a75057f
commit
099a8518ef
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template build file for 'libX11'.
|
||||
pkgname=libX11
|
||||
version=1.6.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||
--disable-static --enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto xextproto xtrans xcmiscproto kbproto bigreqsproto
|
||||
inputproto xf86bigfontproto libxcb-devel"
|
||||
hostmakedepends="pkg-config xorg-util-macros"
|
||||
makedepends="xorgproto xtrans libxcb-devel"
|
||||
short_desc="Base X libraries from Xorg"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
|
@ -16,7 +15,7 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|||
checksum=4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
||||
hostmakedepends+=" libtool automake xorgproto xtrans"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue