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.
/wayland-drm-protocol.c
/wayland-drm-client-protocol.h
/dev_icd.json
-/intel_icd.json
-/gen*_pack.h
\ No newline at end of file
+/gen*_pack.h
--- /dev/null
+{
+ "file_format_version": "1.0.0",
+ "ICD": {
+ "library_path": "libvulkan_intel.so",
+ "abi_versions": "1.0.3"
+ }
+}
+++ /dev/null
-{
- "file_format_version": "1.0.0",
- "ICD": {
- "library_path": "@install_libdir@/libvulkan_intel.so",
- "abi_versions": "1.0.3"
- }
-}