mesa: add valgrind support
This commit is contained in:
parent
7578940392
commit
3729247acd
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
, pkgconfig, intltool, autoreconfHook, substituteAll
|
, pkgconfig, intltool, autoreconfHook, substituteAll
|
||||||
, file, expat, libdrm, xorg, wayland, openssl
|
, file, expat, libdrm, xorg, wayland, openssl
|
||||||
, llvmPackages, libffi, libomxil-bellagio, libva
|
, llvmPackages, libffi, libomxil-bellagio, libva
|
||||||
, libelf, libvdpau
|
, libelf, libvdpau, valgrind-light
|
||||||
, grsecEnabled ? false
|
, grsecEnabled ? false
|
||||||
, enableRadv ? false
|
, enableRadv ? false
|
||||||
# Texture floats are patented, see docs/patents.txt, so we don't enable them for full Mesa.
|
# Texture floats are patented, see docs/patents.txt, so we don't enable them for full Mesa.
|
||||||
|
@ -152,6 +152,7 @@ stdenv.mkDerivation {
|
||||||
libX11 libXext libxcb libXt libXfixes libxshmfence
|
libX11 libXext libxcb libXt libXfixes libxshmfence
|
||||||
libffi wayland libvdpau libelf libXvMC
|
libffi wayland libvdpau libelf libXvMC
|
||||||
libomxil-bellagio libva libpthreadstubs openssl/*or another sha1 provider*/
|
libomxil-bellagio libva libpthreadstubs openssl/*or another sha1 provider*/
|
||||||
|
valgrind-light
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue