diff --git a/xwayland-24.1.0-x86-fix-undefined-CARD32.patch b/xwayland-24.1.0-x86-fix-undefined-CARD32.patch new file mode 100644 index 0000000..7ddf3c1 --- /dev/null +++ b/xwayland-24.1.0-x86-fix-undefined-CARD32.patch @@ -0,0 +1,10 @@ +--- xwayland-24.1.0/os/osdep.h.orig 2024-06-06 10:31:34.996961033 +0200 ++++ xwayland-24.1.0/os/osdep.h 2024-06-06 10:31:53.318990923 +0200 +@@ -60,6 +60,7 @@ + #include + #include + #include ++#include + + /* If EAGAIN and EWOULDBLOCK are distinct errno values, then we check errno + * for both EAGAIN and EWOULDBLOCK, because some supposedly POSIX diff --git a/xwayland.spec b/xwayland.spec index 42db835..fdbd601 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -1,5 +1,5 @@ Name: xwayland -Version: 23.2.6 +Version: 24.1.0 Release: 1mamba Summary: X.org X Server that runs under Wayland Group: System/X11 @@ -8,6 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://wayland.freedesktop.org/xserver.html Source: https://xorg.freedesktop.org/archive/individual/xserver/xwayland-%{version}.tar.xz +Patch0: xwayland-24.1.0-x86-fix-undefined-CARD32.patch License: https://xorg.freedesktop.org ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,7 +25,6 @@ BuildRequires: libmd-devel BuildRequires: libmesa-devel BuildRequires: libpixman-devel BuildRequires: libselinux-devel -BuildRequires: libsystemd-devel BuildRequires: libtirpc-devel BuildRequires: libwayland-devel BuildRequires: libxcvt-devel @@ -41,6 +41,7 @@ X.org X Server that runs under Wayland. %prep %setup -q +%patch 0 -p1 %build %meson \ @@ -49,7 +50,6 @@ X.org X Server that runs under Wayland. -D xdmcp=false \ -D xcsecurity=true \ -D dri3=true \ - -D xwayland_eglstream=true \ -D glamor=true \ -D xkb_dir=%{_datadir}/X11/xkb \ -D xkb_output_dir=%{_sysconfdir}/X11/xkb/compiled @@ -75,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/xorg/protocol.txt %doc COPYING %changelog +* Sun Jun 02 2024 Automatic Build System 24.1.0-1mamba +- automatic version update by autodist + * Fri Apr 26 2024 Automatic Build System 23.2.6-1mamba - automatic version update by autodist