Update linux_dependencies.md (#7021)
fixes alsalib dependency for NixOS
This commit is contained in:
parent
f1a21db250
commit
4ca19ac4d3
@ -113,7 +113,7 @@ with pkgs; mkShell rec {
|
|||||||
llvmPackages.bintools # To use lld linker
|
llvmPackages.bintools # To use lld linker
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
udev alsaLib vulkan-loader
|
udev alsa-lib vulkan-loader
|
||||||
xlibsWrapper xorg.libXcursor xorg.libXrandr xorg.libXi # To use x11 feature
|
xlibsWrapper xorg.libXcursor xorg.libXrandr xorg.libXi # To use x11 feature
|
||||||
libxkbcommon wayland # To use wayland feature
|
libxkbcommon wayland # To use wayland feature
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user