diff options
author | Emil Velikov <[email protected]> | 2016-04-20 17:21:03 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:03 +0100 |
commit | abd360ab75b8c0ff157391bacd6d50c8e459fbf4 (patch) | |
tree | a4d8b0362107b11abe72d2cd9ffcf0820b944e1e /src | |
parent | 44978a91ffcef2ee71642c4768f86eeaee4fa78a (diff) |
anv: add a comment about dev_icd.json
Reviewed-by: Jason Ekstrand <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |