mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 14:00:37 +02:00
venus/meson: amend api_version in the generated icd file
Missed when we support 1.4...again Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36153>
This commit is contained in:
parent
389ce946fd
commit
cf548b4500
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ virtio_icd = custom_target(
|
|||
output : 'virtio_icd.@0@.json'.format(host_machine.cpu()),
|
||||
command : [
|
||||
prog_python, '@INPUT0@',
|
||||
'--api-version', '1.3', '--xml', '@INPUT1@',
|
||||
'--api-version', '1.4', '--xml', '@INPUT1@',
|
||||
'--sizeof-pointer', sizeof_pointer,
|
||||
'--lib-path', join_paths(get_option('prefix'), get_option('libdir'),
|
||||
'libvulkan_virtio.so'),
|
||||
|
|
@ -40,7 +40,7 @@ _dev_icd = custom_target(
|
|||
output : _dev_icdname,
|
||||
command : [
|
||||
prog_python, '@INPUT0@',
|
||||
'--api-version', '1.3', '--xml', '@INPUT1@',
|
||||
'--api-version', '1.4', '--xml', '@INPUT1@',
|
||||
'--sizeof-pointer', sizeof_pointer,
|
||||
'--lib-path', meson.current_build_dir() / 'libvulkan_virtio.so',
|
||||
'--out', '@OUTPUT@',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue