Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.03 12 lines 504 B view raw
1diff --git a/src/gallium/targets/opencl/meson.build b/src/gallium/targets/opencl/meson.build 2index 317ad8dab4a..5567308caf0 100644 3--- a/src/gallium/targets/opencl/meson.build 4+++ b/src/gallium/targets/opencl/meson.build 5@@ -68,6 +68,6 @@ if with_opencl_icd 6 input : 'mesa.icd.in', 7 output : 'mesa.icd', 8 install : true, 9- install_dir : join_paths(get_option('sysconfdir'), 'OpenCL', 'vendors'), 10+ install_dir : join_paths(get_option('prefix'), 'etc', 'OpenCL', 'vendors'), 11 ) 12 endif