Revert "libX11: update to 1.8.3."
This reverts commit 66c936b857
.
1.8.3 makes Godot and vkquake crash
> Assertion failed: !xcb_xlib_threads_sequence_lost (xcb_io.c: poll_for_event: 278)
https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/170
This commit is contained in:
parent
5f202ef19b
commit
df87cbfc8f
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libX11'
|
||||
pkgname=libX11
|
||||
version=1.8.3
|
||||
revision=1
|
||||
reverts="1.8.3_1"
|
||||
version=1.8.2
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||
--enable-static --enable-malloc0returnsnull
|
||||
|
@ -13,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
|
||||
checksum=e31565c84006b6b8e01dc9399c806085739710bc2db2e0930f1511ed9d6585bd
|
||||
checksum=ed91d573d570db83b8ae546f4890dccfcd0b9dfe1e50a1b401b63a74c152ed04
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args}
|
||||
|
|
Loading…
Reference in New Issue