mesa: have vdpau drivers in lib/vdpau again
This was done by @abbradar364f297bb2
but I lost that change by accident when doing large closure-size merges39ebb01d
. Fortunately it seems to have caused no problems, likely because ${mesa_drivers}/lib gets into $LD_LIBRARY_PATH.
This commit is contained in:
parent
03e32315a5
commit
50f909cf93
@ -144,8 +144,6 @@ stdenv.mkDerivation {
|
||||
|
||||
'' + /* set the default search path for DRI drivers; used e.g. by X server */ ''
|
||||
substituteInPlace "$dev/lib/pkgconfig/dri.pc" --replace '$(drivers)' "${driverLink}"
|
||||
'' + /* move vdpau drivers to $drivers/lib, so they are found */ ''
|
||||
mv "$drivers"/lib/vdpau/* "$drivers"/lib/ && rmdir "$drivers"/lib/vdpau
|
||||
'';
|
||||
#ToDo: @vcunat isn't sure if drirc will be found when in $out/etc/, but it doesn't seem important ATM */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user