libX11: update to 1.8.1.
Set --disable-thread-safety-constructor for now, until xfsettingsd is fixed https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
This commit is contained in:
parent
284aadb956
commit
51ab81ee8b
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libX11'
|
# Template file for 'libX11'
|
||||||
pkgname=libX11
|
pkgname=libX11
|
||||||
reverts="1.8_1"
|
version=1.8.1
|
||||||
version=1.7.5
|
revision=1
|
||||||
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
|
||||||
--enable-static --enable-malloc0returnsnull"
|
--enable-static --enable-malloc0returnsnull
|
||||||
|
--disable-thread-safety-constructor"
|
||||||
hostmakedepends="pkg-config xorg-util-macros xorgproto"
|
hostmakedepends="pkg-config xorg-util-macros xorgproto"
|
||||||
makedepends="xorgproto xtrans libxcb-devel"
|
makedepends="xorgproto xtrans libxcb-devel"
|
||||||
short_desc="Base X libraries from Xorg"
|
short_desc="Base X libraries from Xorg"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5a1847e2e2c248e1a203a24a1338a5586d6f48472eac58f6f08539110a965151
|
checksum=1bc41aa1bbe01401f330d76dfa19f386b79c51881c7bbfee9eb4e27f22f2d9f7
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${configure_args}
|
./configure ${configure_args}
|
||||||
|
|
Loading…
Add table
Reference in a new issue