Unverified Commit 665ebfb2 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

lutris: fix libjansson and cursor issues (#348533)

parents 95452496 8931ed76
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ let
  xorgDeps = pkgs: with pkgs.xorg; [
    libX11 libXrender libXrandr libxcb libXmu libpthreadstubs libXext libXdmcp
    libXxf86vm libXinerama libSM libXv libXaw libXi libXcursor libXcomposite
    libXfixes libXtst libXScrnSaver libICE libXt
  ];
  gstreamerDeps = pkgs: with pkgs.gst_all_1; [
    gstreamer
@@ -35,6 +36,9 @@ in buildFHSEnv {
    # Adventure Game Studio
    allegro dumb

    # Battle.net
    jansson

    # Curl
    libnghttp2