anv+tu+radv: delete unusable dev_icd.json

As per previous commit, Meson doesn't support using uninstalled libs,
they're simply not ready until `ninja install` is ran, so delete them.

Suggested-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> # for anv
Reviewed-by: Eric Anholt <eric@anholt.net> # for tu
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> # for radv
This commit is contained in:
Eric Engestrom 2019-07-10 16:22:29 +01:00 committed by Eric Engestrom
parent 2605e9fe46
commit d2de5b6ba2
3 changed files with 0 additions and 39 deletions

View file

@ -180,16 +180,3 @@ radeon_icd = custom_target(
install_dir : with_vulkan_icd_dir,
install : true,
)
radv_dev_icd = custom_target(
'radv_dev_icd',
input : 'radv_icd.py',
output : 'dev_icd.json',
command : [
prog_python, '@INPUT@', '--lib-path', meson.current_build_dir(),
'--out', '@OUTPUT@'
],
depend_files : files('radv_extensions.py'),
build_by_default : true,
install : false,
)

View file

@ -143,16 +143,3 @@ freedreno_icd = custom_target(
install_dir : with_vulkan_icd_dir,
install : true,
)
tu_dev_icd = custom_target(
'tu_dev_icd',
input : 'tu_icd.py',
output : 'dev_icd.json',
command : [
prog_python, '@INPUT@', '--lib-path', meson.current_build_dir(),
'--out', '@OUTPUT@'
],
depend_files : files('tu_extensions.py'),
build_by_default : true,
install : false,
)

View file

@ -68,19 +68,6 @@ intel_icd = custom_target(
install : true,
)
dev_icd = custom_target(
'dev_icd',
input : 'anv_icd.py',
output : 'dev_icd.@0@.json'.format(host_machine.cpu()),
command : [
prog_python, '@INPUT@', '--lib-path', meson.current_build_dir(),
'--out', '@OUTPUT@'
],
depend_files : files('anv_extensions.py'),
build_by_default : true,
install : false,
)
libanv_gen_libs = []
anv_gen_files = files(
'genX_blorp_exec.c',