mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 14:20:29 +01:00
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:
parent
2605e9fe46
commit
d2de5b6ba2
3 changed files with 0 additions and 39 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue