autodep runtime dependencies
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
Robin Appelman 2024-12-14 16:00:51 +01:00
commit d8e263916a
3 changed files with 16 additions and 8 deletions

View file

@ -5,11 +5,7 @@
"expat-sys" = { native = [ "cmake" ]; };
"servo-fontconfig-sys" = { build = [ "fontconfig" ]; };
"x11-dl" = { build = [ "xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi" ]; };
"glutin_glx_sys" = {
build = [ "libGL" ];
env = pkgs: {
LD_LIBRARY_PATH = with pkgs; "/run/opengl-driver/lib/:${lib.makeLibraryPath ([libGL libGLU])}";
};
};
"glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; };
"wayland-egl" = { build = [ "egl-wayland" ]; };
"wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; };
}