From 3ce37fcbb5583beff4be0283d32334dc67f01189 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 26 Jun 2025 16:04:11 -0400 Subject: [PATCH] build: Sort the tools 'all' list Part-of: --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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