pvr: Assorted cleanup

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23023>
This commit is contained in:
Matt Coster 2023-04-27 16:21:07 +01:00 committed by Marge Bot
parent 4643319f43
commit a986aea7f7

View file

@ -161,8 +161,7 @@ powervr_mesa_icd = custom_target(
command : [
prog_python, '@INPUT0@',
'--api-version', '1.0', '--xml', '@INPUT1@',
'--lib-path', join_paths(get_option('prefix'), get_option('libdir'),
'libvulkan_powervr_mesa.so'),
'--lib-path', get_option('prefix') / get_option('libdir') / 'libvulkan_powervr_mesa.so',
'--out', '@OUTPUT@',
],
build_by_default : true,
@ -170,11 +169,10 @@ powervr_mesa_icd = custom_target(
install : true,
)
_dev_icdname = 'powervr_mesa_devenv_icd.@0@.json'.format(host_machine.cpu())
_dev_icd = custom_target(
'powervr_mesa_devenv_icd',
input : [vk_icd_gen, vk_api_xml],
output : _dev_icdname,
output : 'powervr_mesa_devenv_icd.@0@.json'.format(host_machine.cpu()),
command : [
prog_python, '@INPUT0@',
'--api-version', '1.0', '--xml', '@INPUT1@',