From abd360ab75b8c0ff157391bacd6d50c8e459fbf4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 20 Apr 2016 17:21:03 +0100 Subject: [PATCH] anv: add a comment about dev_icd.json Reviewed-by: Jason Ekstrand Signed-off-by: Emil Velikov --- src/intel/vulkan/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index beb700650a3..57045ac6001 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -187,6 +187,7 @@ libvulkan_intel_la_LDFLAGS = \ icdconfdir=$(sysconfdir)/vulkan/icd.d icdconf_DATA = intel_icd.json +# The following is used for development purposes, by setting VK_ICD_FILENAMES. noinst_DATA = dev_icd.json %.json : %.json.in -- 2.30.2