anv/intel_icd: Don't provide an absolute path

The driver will be installed to $(libdir)/libvulkan_intel.so and just
providing a driver name is enough for the loader.  This also ensures that
multi-arch systems work ok.
This commit is contained in:
Jason Ekstrand 2016-03-30 10:30:42 -07:00
parent ca16373a2b
commit e40b867145
2 changed files with 2 additions and 3 deletions

View File

@ -5,5 +5,4 @@
/wayland-drm-protocol.c
/wayland-drm-client-protocol.h
/dev_icd.json
/intel_icd.json
/gen*_pack.h
/gen*_pack.h

View File

@ -1,7 +1,7 @@
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "@install_libdir@/libvulkan_intel.so",
"library_path": "libvulkan_intel.so",
"abi_versions": "1.0.3"
}
}