Merge pull request #30828 from gnidorah/xwayland

xwayland: enable acceleration with help of glamor

authored by Peter Hoeg and committed by GitHub 07d429a7 af0c3fca

+1
+1
pkgs/servers/x11/xorg/xwayland.nix
··· 17 "--disable-xnest" 18 "--disable-xquartz" 19 "--disable-xwin" 20 "--with-default-font-path=" 21 "--with-xkb-bin-directory=${xkbcomp}/bin" 22 "--with-xkb-path=${xkeyboard_config}/etc/X11/xkb"
··· 17 "--disable-xnest" 18 "--disable-xquartz" 19 "--disable-xwin" 20 + "--enable-glamor" 21 "--with-default-font-path=" 22 "--with-xkb-bin-directory=${xkbcomp}/bin" 23 "--with-xkb-path=${xkeyboard_config}/etc/X11/xkb"