summaryrefslogtreecommitdiffstats
path: root/docs/releasing.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-21 16:53:17 +0100
committerEric Engestrom <[email protected]>2019-07-26 14:47:53 +0000
commit2605e9fe4672d6c695d16df852298b84a107c388 (patch)
tree7389e1f4a3cb72ccd3e21b0f2b52b952f8aba6f9 /docs/releasing.html
parent9653d80de187fe9d9e5211b475065e7e09598f19 (diff)
docs: fix intel_icd.json path
Meson doesn't support using uninstalled libs, they're simply not ready until `ninja install` is ran, at which point one might as well use the proper icd.json file in the install folder. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r--docs/releasing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 4e9ebd83457..d01e61585d2 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -512,7 +512,7 @@ So we do a quick 'touch test'
unset LIBGL_DEBUG
unset LIBGL_ALWAYS_SOFTWARE
unset GALLIUM_DRIVER
- export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json
+ export VK_ICD_FILENAMES=`pwd`/test/usr/local/share/vulkan/icd.d/intel_icd.x86_64.json
steam steam://rungameid/570 -vconsole -vulkan
unset VK_ICD_FILENAMES
</pre>