build: Sort the tools 'all' list

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35775>
This commit is contained in:
Nicolas Dufresne 2025-06-26 16:04:11 -04:00 committed by Marge Bot
parent 5c99599060
commit 3ce37fcbb5

View file

@ -95,18 +95,18 @@ with_vulkan_vram_report_limit_layer = get_option('vulkan-layers').contains('vram
with_tools = get_option('tools')
if with_tools.contains('all')
with_tools = [
'drm-shim',
'asahi',
'dlclose-skip',
'drm-shim',
'etnaviv',
'freedreno',
'glsl',
'imagination',
'intel',
'intel-ui',
'lima',
'nir',
'nouveau',
'asahi',
'imagination',
]
endif