diff --git a/meson.build b/meson.build index 9d514581f9c..8e7acb6ca31 100644 --- a/meson.build +++ b/meson.build @@ -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