diff options
author | Emil Velikov <[email protected]> | 2016-10-19 17:36:17 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-19 19:10:30 +0100 |
commit | 2ced8eb136528914e1bf4e000dea06a9d53c7e04 (patch) | |
tree | bbe416a399d345888d14dd7335469f06c988abdf /src/intel/vulkan/intel_icd.json | |
parent | 3ef8d4288aa4e5711f4445f1cacdcf5f65f51ddf (diff) |
Revert Use absolute path in intel_icd.json and related patches.
This commit effectively reverts the following commits:
This reverts commit 0b6837a643bbbf3c57c5cc5030279fb4389b23b7.
This reverts commit 05f36435ef117e48f457b44877d04dd6249b3bb7.
This reverts commit a2ae67aa47df6dd41802462105dac7ce5ab676a2.
While the feature introduced is convinient for development it is not as
useful for distributions. Furthermore it even breaks things as one
wishes to have both 32 and 64 bit package installed on the same system.
Keep the functionality in development branch(es) and drop it from
distribution packages to avoid confusion and misuse.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/vulkan/intel_icd.json')
-rw-r--r-- | src/intel/vulkan/intel_icd.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/intel/vulkan/intel_icd.json b/src/intel/vulkan/intel_icd.json new file mode 100644 index 00000000000..277c14ec444 --- /dev/null +++ b/src/intel/vulkan/intel_icd.json @@ -0,0 +1,7 @@ +{ + "file_format_version": "1.0.0", + "ICD": { + "library_path": "libvulkan_intel.so", + "abi_versions": "1.0.3" + } +} |