mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
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
@ -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 New Issue
Block a user