meson: Remove VK_ICD_FILENAMES totally from source tree.

This is a follow up of
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28516

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@google.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> hk changes
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> for RADV changes
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38637>
This commit is contained in:
Yonggang Luo 2025-11-21 17:41:09 +08:00 committed by Marge Bot
parent 938fb7703e
commit be4ad5c819
14 changed files with 0 additions and 28 deletions

View file

@ -322,8 +322,6 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
if with_radv_tests
test(

View file

@ -137,5 +137,3 @@ custom_target(
)
devenv.append('VK_DRIVER_FILES', meson.current_build_dir() / _dev_icdname)
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', meson.current_build_dir() / _dev_icdname)

View file

@ -159,5 +159,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -257,5 +257,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -60,5 +60,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -113,5 +113,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -175,5 +175,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -83,8 +83,6 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
libanv_per_hw_ver_libs = []
anv_per_hw_ver_files = files(

View file

@ -53,8 +53,6 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
libanv_per_hw_ver_libs = []
anv_per_hw_ver_files = files(

View file

@ -211,5 +211,3 @@ kosmickrisp_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', kosmickrisp_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', kosmickrisp_icd.full_path())

View file

@ -120,5 +120,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -196,8 +196,6 @@ custom_target(
)
devenv.append('VK_DRIVER_FILES', meson.current_build_dir() / _dev_icdname)
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', meson.current_build_dir() / _dev_icdname)
if with_tests and not with_platform_android
test(

View file

@ -271,5 +271,3 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())

View file

@ -52,8 +52,6 @@ _dev_icd = custom_target(
)
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
# Deprecated: replaced by VK_DRIVER_FILES above
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
libvn_files = files(
'vn_acceleration_structure.c',