Skip to content

Commit

Permalink
mesa: add surfaceless egl platform
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Aug 12, 2019
1 parent 514af58 commit a316d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/mesa/default.nix
Expand Up @@ -8,7 +8,7 @@
, galliumDrivers ? ["auto"]
, driDrivers ? ["auto"]
, vulkanDrivers ? ["auto"]
, eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ]
, eglPlatforms ? [ "x11" "surfaceless" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ]
, OpenGL, Xplugin
, withValgrind ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAarch32, valgrind-light
}:
Expand Down

0 comments on commit a316d71

Please sign in to comment.