mesa_drivers: fix drirc install path
This will install drirc to the location where mesa expects to find it. You can test with: LIBGL_DEBUG=1 glxgears An error message will be printed if drirc can't be found.
This commit is contained in:
parent
cd50540d7c
commit
ee1778de78
|
@ -160,7 +160,7 @@ let self = stdenv.mkDerivation {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=\${out}/etc"
|
"sysconfdir=\${drivers}/etc"
|
||||||
"localstatedir=\${TMPDIR}"
|
"localstatedir=\${TMPDIR}"
|
||||||
"vendorjsondir=\${out}/share/glvnd/egl_vendor.d"
|
"vendorjsondir=\${out}/share/glvnd/egl_vendor.d"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue