mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
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'.
|
# Template build file for 'libX11'.
|
||||||
pkgname=libX11
|
pkgname=libX11
|
||||||
version=1.6.5
|
version=1.6.5
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||||
--disable-static --enable-malloc0returnsnull"
|
--disable-static --enable-malloc0returnsnull"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config xorg-util-macros"
|
||||||
makedepends="xproto xextproto xtrans xcmiscproto kbproto bigreqsproto
|
makedepends="xorgproto xtrans libxcb-devel"
|
||||||
inputproto xf86bigfontproto libxcb-devel"
|
|
||||||
short_desc="Base X libraries from Xorg"
|
short_desc="Base X libraries from Xorg"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
@ -16,7 +15,7 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d
|
checksum=4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
hostmakedepends+=" libtool automake xorgproto xtrans"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue