diff options
author | Jason Ekstrand <[email protected]> | 2016-08-19 09:01:14 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-20 00:50:03 -0700 |
commit | a2ae67aa47df6dd41802462105dac7ce5ab676a2 (patch) | |
tree | 1cc59a5e87d1c162766eb045e03892b9cb9f7825 /src/intel/vulkan/.gitignore | |
parent | 16ef7ab5c13d2c5638f5a4e1fe7f0303d26b4e96 (diff) |
anv: Give the installed intel_icd.json file an absolute path
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/vulkan/.gitignore')
-rw-r--r-- | src/intel/vulkan/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/.gitignore b/src/intel/vulkan/.gitignore index bde5cd82f40..a099ff6a1db 100644 --- a/src/intel/vulkan/.gitignore +++ b/src/intel/vulkan/.gitignore @@ -3,3 +3,4 @@ /anv_entrypoints.h /anv_timestamp.h /dev_icd.json +/intel_icd.json |