slint-lsp: remove obsolete libXrandr input

libXrandr has not been required since winit 0.30.0[1] (slint-lsp 1.7.0).

Tested that previews still work on X11.

[1]: bb9b629bc3
This commit is contained in:
Alyssa Ross 2024-11-09 22:23:51 +01:00
parent e70954dca6
commit 031786067b
No known key found for this signature in database
GPG Key ID: 5B459184230FF0A2

View File

@ -20,7 +20,7 @@
}:
let
rpathLibs = [ fontconfig libGL xorg.libxcb xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi ]
rpathLibs = [ fontconfig libGL xorg.libxcb xorg.libX11 xorg.libXcursor xorg.libXi ]
++ lib.optionals stdenv.hostPlatform.isLinux [ libxkbcommon wayland ];
in
rustPlatform.buildRustPackage rec {