intel-gpu-tools: enable parallel building

+2
+2
pkgs/development/tools/misc/intel-gpu-tools/default.nix
··· 25 substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)' 26 ''; 27 28 meta = with stdenv.lib; { 29 homepage = https://01.org/linuxgraphics/; 30 description = "Tools for development and testing of the Intel DRM driver";
··· 25 substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)' 26 ''; 27 28 + enableParallelBuilding = true; 29 + 30 meta = with stdenv.lib; { 31 homepage = https://01.org/linuxgraphics/; 32 description = "Tools for development and testing of the Intel DRM driver";