summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/intel_icd.json.in
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-10-20 16:04:16 -0700
committerJason Ekstrand <[email protected]>2016-10-21 09:30:23 -0700
commit7ea4ef8849c5cc158adbdff1187b91f591552196 (patch)
tree5f53def72c4e3d0593da24614a57fcf9e98a7426 /src/intel/vulkan/intel_icd.json.in
parentd96345de989c8f9a0328cdc3588bfe186154c8ea (diff)
anv: Always use the full driver path in the intel_icd.*.json
Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Cc: "13.0" <[email protected]>
Diffstat (limited to 'src/intel/vulkan/intel_icd.json.in')
-rw-r--r--src/intel/vulkan/intel_icd.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/intel_icd.json.in b/src/intel/vulkan/intel_icd.json.in
index 4f50866b108..d9b363a9762 100644
--- a/src/intel/vulkan/intel_icd.json.in
+++ b/src/intel/vulkan/intel_icd.json.in
@@ -1,7 +1,7 @@
{
"file_format_version": "1.0.0",
"ICD": {
- "library_path": "@ICD_DRIVER_PATH@",
+ "library_path": "@install_libdir@/libvulkan_intel.so",
"abi_versions": "1.0.3"
}
}