[Mesa-dev] [PATCH] anv: Give the installed intel_icd.json file an absolute path
Chad Versace
chad at kiwitree.net
Fri Aug 19 19:08:36 UTC 2016
On Fri 19 Aug 2016, Jason Ekstrand wrote:
> Not providing a path allows the ICD to work on multi-arch systems but
> breaks it if you install anywhere other than /usr/lib. Given that users
> may be installing locally in .local or similar, we probably do want to
> provide a filename. Distros can carry a revert of this commit if they want
> an intel_icd.json file without the path.
>
> Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
> Cc: Mark Janes <mark.a.janes at intel.com>
> ---
> src/intel/vulkan/.gitignore | 1 +
> src/intel/vulkan/Makefile.am | 7 ++++++-
> src/intel/vulkan/{intel_icd.json => intel_icd.json.in} | 2 +-
> 3 files changed, 8 insertions(+), 2 deletions(-)
> rename src/intel/vulkan/{intel_icd.json => intel_icd.json.in} (59%)
Yes please.
Reviewed-by: Chad Versace <chad at kiwitree.net>
More information about the mesa-dev
mailing list