Unverified Commit 3d95f99c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

azahar: fix SDL2 support (#396667)

parents a69f0566 c03a4f22
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
  cubeb,
  useDiscordRichPresence ? true,
  rapidjson,
  azahar,
}:
let
  inherit (lib)
@@ -150,6 +151,7 @@ stdenv.mkDerivation (finalAttrs: {
    (cmakeBool "ENABLE_QT" enableQt)
    (cmakeBool "ENABLE_QT_TRANSLATION" enableQtTranslations)
    (cmakeBool "ENABLE_SDL2" enableSDL2)
    (cmakeBool "ENABLE_SDL2_FRONTEND" enableSDL2)
    (cmakeBool "ENABLE_CUBEB" enableCubeb)
    (cmakeBool "USE_DISCORD_PRESENCE" useDiscordRichPresence)
  ];