SDL2: default drmSupport to false

Removes Mesa from a rebuild-heavy path
This commit is contained in:
K900
2023-04-20 15:50:10 +03:00
parent f0a025d9d2
commit d7e04434ce
+1 -1
View File
@@ -23,7 +23,7 @@
, wayland
, wayland-protocols
, wayland-scanner
, drmSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid
, drmSupport ? false
, libdrm
, mesa
, libxkbcommon