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:
parent
fb238fbeed
commit
dd3fc58112
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue