From af7c460332488b148c25221b314970792754113b Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 12 Aug 2019 18:09:30 -0400 Subject: [PATCH] mesa: add surfaceless egl platform (cherry picked from commit a316d71f59c17b29a52255f1709d9ca283bcfe3a) --- pkgs/development/libraries/mesa/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 5bc1dfaf8783..85e448b418ef 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -8,7 +8,7 @@ , galliumDrivers ? null , driDrivers ? null , vulkanDrivers ? null -, eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ] +, eglPlatforms ? [ "x11" "surfaceless" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ] , OpenGL, Xplugin }: