diff --git a/x11/wayland/xorg-xwayland/actions.py b/x11/wayland/xorg-xwayland/actions.py
index e0e8607f4d..15b315d939 100644
--- a/x11/wayland/xorg-xwayland/actions.py
+++ b/x11/wayland/xorg-xwayland/actions.py
@@ -11,25 +11,23 @@ from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
- mesontools.configure("-D ipv6=true \
- -D glx=true \
- -D dpms=true \
- -D xace=true \
- -D xvfb=true \
- -D xdmcp=true \
- -D xinerama=true \
- -D xcsecurity=true \
- -D screensaver=true \
- -D dri3=true \
- -D xwayland_eglstream=true \
- -D glamor=true \
- -D xkb_dir=/usr/share/X11/xkb \
- -D xkb_output_dir=/var/lib/xkb")
+ mesontools.configure("-Dipv6=true \
+ -Dxvfb=false \
+ -Dxdmcp=false \
+ -Dxcsecurity=true \
+ -Ddri3=true \
+ -Dxwayland_eglstream=true \
+ -Dglamor=true \
+ -Dxkb_dir=/usr/share/X11/xkb \
+ -Dxkb_output_dir=/var/lib/xkb")
def build():
mesontools.build()
def install():
mesontools.install()
+
+ pisitools.remove("/usr/lib/xorg/protocol.txt")
+ pisitools.remove("/usr/share/man/man1/Xserver.1")
pisitools.dodoc("COPYING", "README*")
diff --git a/x11/wayland/xorg-xwayland/pspec.xml b/x11/wayland/xorg-xwayland/pspec.xml
index 1ce4797793..a117cd0b75 100644
--- a/x11/wayland/xorg-xwayland/pspec.xml
+++ b/x11/wayland/xorg-xwayland/pspec.xml
@@ -12,7 +12,7 @@
library
Run X clients under wayland
Run X clients under wayland
- https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.2.901.tar.xz
+ https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.3.tar.xz
meson
xtrans
@@ -88,6 +88,13 @@
+
+ 2021-11-12
+ 21.1.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-03
21.1.2.901