Merge pull request #128693 from baracoder/patch-1
xwayland: Fix build options
This commit is contained in:
commit
8c132f5337
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ stdenv.mkDerivation rec {
|
|||
zlib
|
||||
];
|
||||
mesonFlags = [
|
||||
"-Dxwayland-eglstream=true"
|
||||
"-Ddefault-font-path=${defaultFontPath}"
|
||||
"-Dxwayland_eglstream=true"
|
||||
"-Ddefault_font-path=${defaultFontPath}"
|
||||
"-Dxkb_bin_dir=${xkbcomp}/bin"
|
||||
"-Dxkb_dir=${xkeyboard_config}/etc/X11/xkb"
|
||||
"-Dxkb_output_dir=${placeholder "out"}/share/X11/xkb/compiled"
|
||||
|
|
Loading…
Reference in a new issue