mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
glmark2: enable more flavors
This commit is contained in:
parent
44e32d9dc0
commit
d60c3be234
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
mesa
|
mesa
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [ "-Dflavors=x11-gl,x11-glesv2,drm-gl,drm-glesv2,wayland-gl,wayland-glesv2" ];
|
mesonFlags = [ "-Dflavors=drm-gl,drm-glesv2,gbm-gl,gbm-glesv2,wayland-gl,wayland-glesv2,x11-gl,x11-gl-egl,x11-glesv2" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for binary in $out/bin/glmark2*; do
|
for binary in $out/bin/glmark2*; do
|
||||||
|
Loading…
Reference in New Issue
Block a user