build: Sort the tools 'all' list
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35775>
This commit is contained in:
committed by
Marge Bot
parent
5c99599060
commit
3ce37fcbb5
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user