x11-servers/xwayland-devel: update to 1.20.0.604

- Document DRI3 requirement as downstream patches in mesa-libs
  disabled it by default due to a bug with drm-legacy-kmod.
  However, Wayland is not supported on drm-legacy-kmod.

Changes:	ee9f6e20de...4709d24f8e
This commit is contained in:
Jan Beich 2020-02-15 00:32:56 +00:00
parent 8544327c40
commit ce5b46462f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526191
3 changed files with 18 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= xwayland
DISTVERSIONPREFIX= xorg-server-
DISTVERSION= 1.20.0-603
DISTVERSION= 1.20.0-604
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
CATEGORIES= x11-servers
PKGNAMESUFFIX= -devel
@ -36,7 +36,7 @@ USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= xorg
GL_PROJECT= xserver
GL_COMMIT= ee9f6e20de1408d572dc1eba33f3d2a8501d7da5
GL_COMMIT= 4709d24f8e3ef5ee79085b77401eaacd7e1690c7
MESON_ARGS= -Dxwayland=true \
-Dxorg=false \
-Dxnest=false \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1581544573
SHA256 (xorg-xserver-ee9f6e20de1408d572dc1eba33f3d2a8501d7da5_GL0.tar.gz) = 0adac3f0db13085f8a04d814cdf32614d81fac988209c276d4f6b82afdbee3d9
SIZE (xorg-xserver-ee9f6e20de1408d572dc1eba33f3d2a8501d7da5_GL0.tar.gz) = 5108029
TIMESTAMP = 1581696284
SHA256 (xorg-xserver-4709d24f8e3ef5ee79085b77401eaacd7e1690c7_GL0.tar.gz) = fde4799e79f53d23d57632be454cbc8bbae01ab1bab72575d22a2a05222a2199
SIZE (xorg-xserver-4709d24f8e3ef5ee79085b77401eaacd7e1690c7_GL0.tar.gz) = 5108351
SHA256 (71749de24509.patch) = b541c7ca7098ed624e815f0dc17e94d1dc48e70af55459e51a8f04b10bcd0116
SIZE (71749de24509.patch) = 1392
SHA256 (1e897704c822.patch) = b5c9e98a8596d4aa854c817f2f44ed7636cbc32de6773ade20e03970deb70717

View File

@ -0,0 +1,13 @@
[
{ type: install
message: <<EOM
For hardware acceleration DRI3 needs to be enabled e.g.,
For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
export LIBGL_DRI3_ENABLE=1
For csh/tcsh run and (optionally) add into ~/.login:
setenv LIBGL_DRI3_ENABLE 1
EOM
}
]