From: Eric Engestrom Date: Fri, 21 Jun 2019 15:53:17 +0000 (+0100) Subject: docs: fix intel_icd.json path X-Git-Tag: upstream/19.3.0~3717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2605e9fe4672d6c695d16df852298b84a107c388;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/docs/releasing.html b/docs/releasing.html index 4e9ebd8..d01e615 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