Unverified Commit 8f2001fb authored by Grimmauld's avatar Grimmauld
Browse files

moonlight-qt: build against sdl2-compat

This was preliminarily pinned to SDL2_classic in 2532c662 (#393386).
The reason for that was DRM support and an incompatible override interface.
sdl3 is build with drm enabled by default, which means building things
that depend on drm through sdl2-compat should just work, no override needed.
parent a369fdd2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
  qt6,
  pkg-config,
  vulkan-headers,
  SDL2_classic,
  SDL2_classic_ttf,
  SDL2,
  SDL2_ttf,
  ffmpeg,
  libopus,
  libplacebo,
@@ -51,8 +51,8 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs =
    [
      (SDL2_classic.override { drmSupport = stdenv.hostPlatform.isLinux; })
      SDL2_classic_ttf
      SDL2
      SDL2_ttf
      ffmpeg
      libopus
      libplacebo