Merge pull request #128693 from baracoder/patch-1

xwayland: Fix build options
This commit is contained in:
Sandro 2021-06-30 01:52:34 +02:00 committed by GitHub
commit 8c132f5337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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