moonlight-qt: build against sdl2-compat
This was preliminarily pinned to SDL2_classic in 2532c66211 (#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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user