Merge pull request #126305 from andersk/mesa-demos-data

mesa-demos: Configure --with-system-data-files
This commit is contained in:
Matthew Bauer 2021-06-10 13:29:09 -05:00 committed by GitHub
commit 3ed3aa0884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {