treewide: transition mesa to libGLU_combined

This commit is contained in:
Alexander V. Nikolaev
2018-02-24 17:06:49 +02:00
parent 1bc1909e5b
commit 0acec7e984
273 changed files with 572 additions and 572 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libvdpau, mesa, libva, pkgconfig }:
{ stdenv, fetchurl, libvdpau, libGLU_combined, libva, pkgconfig }:
let
libvdpau08patch = (fetchurl { url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch?revision=1.1";
name = "libva-vdpau-driver-0.7.4-libvdpau-0.8.patch";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
}) ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libvdpau mesa libva ];
buildInputs = [ libvdpau libGLU_combined libva ];
preConfigure = ''
patch -p0 < ${libvdpau08patch} # use -p0 instead of -p1