diff options
author | Jason Ekstrand <[email protected]> | 2016-03-30 10:30:42 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-14 15:15:00 -0700 |
commit | e40b867145160dfb258a6f03c7e6b02f3f839aa4 (patch) | |
tree | 28d99564b467d15d4bb08db0b29d05071bb23759 /src/intel/vulkan/.gitignore | |
parent | ca16373a2bedfaf5d5f1b668f080cda91d96171c (diff) |
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.
Diffstat (limited to 'src/intel/vulkan/.gitignore')
-rw-r--r-- | src/intel/vulkan/.gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/vulkan/.gitignore b/src/intel/vulkan/.gitignore index 40afc2e3989..4a683b45487 100644 --- a/src/intel/vulkan/.gitignore +++ b/src/intel/vulkan/.gitignore @@ -5,5 +5,4 @@ /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 |