mesa-demos: Configure --with-system-data-files
Fixes #126301. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
3bc8e5cd23
commit
b3f37af994
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ freeglut glew libX11 libXext libGL libGLU mesa mesa.osmesa wayland ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
configureFlags = [ "--with-system-data-files" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user