mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
build: Sort the tools 'all' list
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35775>
This commit is contained in:
parent
5c99599060
commit
3ce37fcbb5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue