Merge pull request #222764 from sents/xwayland-security-ext

This commit is contained in:
Artturi 2023-03-24 00:49:16 +02:00 committed by GitHub
commit 4413c35bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")