mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
default.nix: add wayland
runtime deps.
This commit is contained in:
parent
5e7a0755c2
commit
85cd9df55a
@ -15,6 +15,12 @@ in with pkgs; stdenv.mkDerivation rec {
|
||||
|
||||
# Runtime dependencies.
|
||||
LD_LIBRARY_PATH = with xorg; lib.makeLibraryPath [
|
||||
libX11 libXcursor libXi libXrandr vulkan-loader
|
||||
vulkan-loader
|
||||
|
||||
# NOTE(eddyb) winit really wants `libxkbcommon` on Wayland for some reason
|
||||
# (see https://github.com/rust-windowing/winit/issues/1760 for more info).
|
||||
wayland libxkbcommon
|
||||
|
||||
libX11 libXcursor libXi libXrandr
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user