about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-04-20 11:47:49 +0300
committerK900 <me@0upti.me>2023-04-20 15:50:10 +0300
commitd7e04434ce37b02cb158be35fade55666c4424f8 (patch)
treea48582fcaea4752767fc87962f5a028449cd3946 /pkgs/development/libraries/SDL2
parentf0a025d9d26c338ef330d75345cfa74174e7d85c (diff)
SDL2: default drmSupport to false
Removes Mesa from a rebuild-heavy path
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index afd22f36f5365..c017948dd0ce2 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -23,7 +23,7 @@
 , wayland
 , wayland-protocols
 , wayland-scanner
-, drmSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid
+, drmSupport ? false
 , libdrm
 , mesa
 , libxkbcommon