mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
a369fdd2c7
commit
8f2001fb55
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue