xwayland: Add support for the X Security extension
Enabling the security extension is needed to properly run xauth on wayland. For example `ssh -X` is not going to work properly without this.
This commit is contained in:
parent
79afcc7cce
commit
92be697638
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
mesonFlags = [
|
||||
(lib.mesonBool "xwayland_eglstream" true)
|
||||
(lib.mesonBool "xcsecurity" true)
|
||||
(lib.mesonOption "default_font_path" defaultFontPath)
|
||||
(lib.mesonOption "xkb_bin_dir" "${xkbcomp}/bin")
|
||||
(lib.mesonOption "xkb_dir" "${xkeyboard_config}/etc/X11/xkb")
|
||||
|
|
Loading…
Reference in a new issue