summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
diff options
context:
space:
mode:
authorLaurent Carlier <lordheavym@gmail.com>2016-04-17 11:38:53 +0200
committerChad Versace <chad.versace@intel.com>2016-04-26 14:57:54 -0700
commit12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62 (patch)
tree0ea426bbb39b5c3f81464c75a79f71580fc16644 /src/intel/vulkan/Makefile.am
parentec5f7fc7bd1104700738f27f0e79269fe3ab4072 (diff)
downloadexternal_mesa3d-12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62.zip
external_mesa3d-12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62.tar.gz
external_mesa3d-12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62.tar.bz2
anv: honor DESTDIR when installing icd file
https://bugs.freedesktop.org/show_bug.cgi?id=94969 Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/intel/vulkan/Makefile.am')
-rw-r--r--src/intel/vulkan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index edbe213..beb7006 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -210,4 +210,4 @@ libvulkan_test_la_LIBADD = $(libvulkan_intel_la_LIBADD)
include $(top_srcdir)/install-lib-links.mk
install-data-local:
- $(INSTALL_DATA) -D $(srcdir)/intel_icd.json $(VULKAN_ICD_INSTALL_DIR)/intel_icd.json
+ $(INSTALL_DATA) -D $(srcdir)/intel_icd.json $(DESTDIR)/$(VULKAN_ICD_INSTALL_DIR)/intel_icd.json