treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user