mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
lavapipe: Set ICD api_version to 1.3
Lavapipe has been 1.3 compliant for a couple years, now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30024>
This commit is contained in:
parent
28fdc4b372
commit
a174e986c7
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ endif
|
|||
|
||||
icd_command = [
|
||||
prog_python, '@INPUT0@',
|
||||
'--api-version', '1.1', '--xml', '@INPUT1@',
|
||||
'--api-version', '1.3', '--xml', '@INPUT1@',
|
||||
'--lib-path', join_paths(icd_lib_path, icd_file_name),
|
||||
'--out', '@OUTPUT@',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue