Module: Mesa
Branch: main
Commit: 3cc389f3da463974d6d0e00b326da5986fb06fa8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cc389f3da463974d6d0e00b326da5986fb06fa8

Author: Faith Ekstrand <faith.ekstr...@collabora.com>
Date:   Fri Nov 17 10:01:50 2023 -0600

nvk: Set the right API version in the ICD json files

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26264>

---

 src/nouveau/vulkan/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nouveau/vulkan/meson.build b/src/nouveau/vulkan/meson.build
index e69a8f562db..9564120d33f 100644
--- a/src/nouveau/vulkan/meson.build
+++ b/src/nouveau/vulkan/meson.build
@@ -126,7 +126,7 @@ nouveau_icd = custom_target(
   output : 'nouveau_icd.@0@.json'.format(host_machine.cpu()),
   command : [
     prog_python, '@INPUT0@',
-    '--api-version', '1.3', '--xml', '@INPUT1@',
+    '--api-version', '1.0', '--xml', '@INPUT1@',
     '--lib-path', join_paths(icd_lib_path, icd_file_name),
     '--out', '@OUTPUT@',
   ],
@@ -144,7 +144,7 @@ if meson.version().version_compare('>= 0.58')
     output : _dev_icdname,
     command : [
       prog_python, '@INPUT0@',
-      '--api-version', '1.3', '--xml', '@INPUT1@',
+      '--api-version', '1.0', '--xml', '@INPUT1@',
       '--lib-path', meson.current_build_dir() / icd_file_name,
       '--out', '@OUTPUT@',
     ],

Reply via email to