Merge pull request #128705 from baracoder/xwayland-fixup

xwayland: Fix build option default_font_path
This commit is contained in:
Sandro 2021-07-01 01:09:26 +02:00 committed by GitHub
commit 593494c220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
];
mesonFlags = [
"-Dxwayland_eglstream=true"
"-Ddefault_font-path=${defaultFontPath}"
"-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"