intel-gpu-tools: enable parallel building

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