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:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user