diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index e2ee43f7fed..2d14d5d3a01 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,7 +1,7 @@ # Template build file for 'libX11'. pkgname=libX11 version=1.6.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto --disable-secure-rpc --disable-static --enable-malloc0returnsnull" diff --git a/srcpkgs/libXfixes/template b/srcpkgs/libXfixes/template index 4e0648c6122..cb9930e7746 100644 --- a/srcpkgs/libXfixes/template +++ b/srcpkgs/libXfixes/template @@ -1,7 +1,7 @@ # Template build file for 'libXfixes'. pkgname=libXfixes version=5.0.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="xproto xextproto fixesproto libX11-devel" diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 4e7a2dc5fc9..b6223450430 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,7 +1,7 @@ # Template build file for 'libxcb'. pkgname=libxcb version=1.11 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" hostmakedepends="automake libtool pkg-config xorg-util-macros xcb-proto>=1.11"