intel-gpu-tools: apply patch to fix a compile error

see https://bugs.gentoo.org/show_bug.cgi?id=548318
This commit is contained in:
Pascal Wittmann
2015-05-15 22:46:30 +02:00
parent bc7a4fc18b
commit 4ec3f8e42f
2 changed files with 39 additions and 0 deletions
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig libdrm libpciaccess cairo dri2proto udev libX11 libXext libXv libXrandr glib bison ];
patches = [ ./compile-fix.patch ];
meta = with stdenv.lib; {
homepage = https://01.org/linuxgraphics/;
description = "Tools for development and testing of the Intel DRM driver";