From 2605e9fe4672d6c695d16df852298b84a107c388 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 21 Jun 2019 16:53:17 +0100 Subject: [PATCH] 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 Reviewed-by: Jason Ekstrand --- docs/releasing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2