docs: fix intel_icd.json path
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 21 Jun 2019 15:53:17 +0000 (16:53 +0100)
committerEric Engestrom <eric@engestrom.ch>
Fri, 26 Jul 2019 14:47:53 +0000 (14:47 +0000)
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 <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
docs/releasing.html

index 4e9ebd83457e4445363c3d28ae473afe26aab31f..d01e61585d2171fbaf5abd7a7f8f50b8449255e5 100644 (file)
@@ -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>