Skip to content
Snippets Groups Projects
Commit 49ee4a06 authored by Andreas Radke's avatar Andreas Radke
Browse files

upstream update 21.0.99.902 = 21.1.0 RC2

parent 07d76cab
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
pkgname=xorg-xwayland
# https://gitlab.freedesktop.org/xorg/xserver/-/commits/xwayland-21.1
_commit=fdc61c5a3cc2637a52928c8e2fd4d50118c7ffea # xwayland 21.1 branch
_commit=f20dc97947d368d0750ea190f4b4df88d005166a # xwayland 21.1 branch = 21.1.0 RC2
pkgver=1.20.0.r853.gfdc61c5a3
pkgver=21.0.99.902
pkgrel=1
arch=('x86_64')
license=('custom')
......@@ -30,14 +30,17 @@ replaces=('xorg-server-xwayland')
pkgver() {
cd xserver
git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g'
# git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g'
git describe --tags | sed 's/^xwayland.//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
arch-meson xserver build \
-D ipv6=true \
-D xvfb=false \
-D xdmcp=false \
-D xcsecurity=true \
-D dri3=true \
-D xwayland_eglstream=true \
-D glamor=true \
-D xkb_dir=/usr/share/X11/xkb \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment