xorg-server-xwayland: update to 24.1.0

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Closes: #50457 [via git-merge-pr]
This commit is contained in:
Fotios Valasiadis 2024-05-21 23:00:26 +03:00 committed by Andrew Benson
parent 75c0a29614
commit 4f417bc66f
2 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/os/osdep.h b/os/osdep.h
index 0687f568d..d3c5f4e4f 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -60,6 +60,7 @@ SOFTWARE.
#include <limits.h>
#include <stddef.h>
#include <X11/Xos.h>
+#include <X11/Xmd.h>
/* If EAGAIN and EWOULDBLOCK are distinct errno values, then we check errno
* for both EAGAIN and EWOULDBLOCK, because some supposedly POSIX

View File

@ -1,10 +1,10 @@
# Template file for 'xorg-server-xwayland'
pkgname=xorg-server-xwayland
version=23.2.4
revision=2
version=24.1.0
revision=1
build_style=meson
configure_args="-Dipv6=true -Dxvfb=false -Dxdmcp=false -Dxcsecurity=true
-Ddri3=true -Dxwayland_eglstream=false -Dglamor=true -Dxkb_dir=/usr/share/X11/xkb
-Ddri3=true -Dglamor=true -Dxkb_dir=/usr/share/X11/xkb
-Dxkb_output_dir=/var/lib/xkb"
hostmakedepends="pkg-config wayland-devel"
makedepends="nettle-devel libepoxy-devel font-util libXfont2-devel pixman-devel
@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://xorg.freedesktop.org"
distfiles="https://gitlab.freedesktop.org/xorg/xserver/-/archive/xwayland-${version}/xserver-xwayland-${version}.tar.gz"
checksum=e23fb908c5699c9668cba478082f81d8b8fbc3f744f36821554aa087e4f92e36
checksum=73b308e1054507e6189de090ec98e5e7ea0dcef3a8fde288dd4a2361ac561c6e
make_check=no # needs xtest repository
post_install() {