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:
@@ -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@',
|
||||
|
||||
Reference in New Issue
Block a user