mlt: Remove SDL1 support (#414684)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-07 20:49:43 +02:00 committed by GitHub
commit 0fed06c934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,8 +32,6 @@
python3,
swig,
qt ? null,
enableSDL1 ? stdenv.hostPlatform.isLinux,
SDL,
enableSDL2 ? true,
SDL2,
gitUpdater,
@ -104,10 +102,6 @@ stdenv.mkDerivation rec {
(qt.qt5compat or null)
libarchive
]
++ lib.optionals enableSDL1 [
SDL
libX11
]
++ lib.optionals enableSDL2 [
SDL2
libX11