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
-2
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())