[Bug 258269] graphics/libglvnd: update to 1.3.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Sep 2021 04:42:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258269

--- Comment #16 from Jan Beich <jbeich@FreeBSD.org> ---
All trivial - fixed. Please, continue the exp-run.

Note, plasma5-kwin runtime was tested as following:

  $ if [ -n "$WAYLAND_DISPLAY" ]; then
      # Spawn rootful to let kwin_x11 take over as classic WM
      export DISPLAY=:$(daemon Xwayland -retro -displayfd 1 2>/dev/null)
      # Force kwin_wayland to use X11 backend i.e., nest on Xwayland
      unset WAYLAND_DISPLAY
    else
      # Prevent kwin_x11 from taking over Xorg
      export DISPLAY=:$(daemon Xephyr -retro -displayfd 1 2>/dev/null)
    fi
  $ daemon -f kwin_x11
  $ daemon -f kwin_wayland
  $ export WAYLAND_DISPLAY=$(sockstat -lu | awk '/kwin_way/ { print $6; exit
}')
  $ WINIT_UNIX_BACKEND=x11 alacritty &
  $ WINIT_UNIX_BACKEND=wayland alacritty &

-- 
You are receiving this mail because:
You are on the CC list for the bug.