meson: support installation tags

the only thing missing is to tag custom install targets, namely:
 - ICDs (vulkan, glvnd, OpenCL, VA-API, VDPAU)
 - Vulkan layers
 - custom install script for megadrivers
 - drirc file

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24911>
This commit is contained in:
Alba Mendez
2023-08-27 16:35:17 +02:00
committed by Marge Bot
parent 05e80e1a5e
commit e3aab80d4f
21 changed files with 21 additions and 1 deletions
+1
View File
@@ -128,6 +128,7 @@ dzn_icd = custom_target(
command : icd_command,
build_by_default : true,
install_dir : with_vulkan_icd_dir,
install_tag : 'runtime',
install : true,
)