3
0
Fork 0
forked from mirrors/nixpkgs

mesa: Install radv override configs into $out

Without this, the per-game radv overrides aren't applied.
This commit is contained in:
Zhaofeng Li 2022-10-01 21:46:46 -06:00
parent fb238fbeed
commit dd3fc58112

View file

@ -86,6 +86,8 @@ self = stdenv.mkDerivation {
'DATADIR "/drirc.d"' '"${placeholder "out"}/share/drirc.d"'
substituteInPlace src/util/meson.build --replace \
"get_option('datadir')" "'${placeholder "out"}/share'"
substituteInPlace src/amd/vulkan/meson.build --replace \
"get_option('datadir')" "'${placeholder "out"}/share'"
'';
outputs = [ "out" "dev" "drivers" ]