From d7e04434ce37b02cb158be35fade55666c4424f8 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 20 Apr 2023 11:47:49 +0300 Subject: [PATCH] SDL2: default drmSupport to false Removes Mesa from a rebuild-heavy path --- pkgs/development/libraries/SDL2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index afd22f36f536..c017948dd0ce 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