meson: clarify what "off-screen rendering" means
authorEric Engestrom <eric@igalia.com>
Wed, 12 Jul 2023 10:31:40 +0000 (11:31 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 12 Jul 2023 12:38:14 +0000 (12:38 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24114>

meson.build

index e48ae49..5006e25 100644 (file)
@@ -2254,7 +2254,7 @@ if with_gallium
     gallium_frontends += 'rusticl'
   endif
   gallium_summary += {'Frontends': gallium_frontends}
-  gallium_summary += {'Off-screen rendering': with_osmesa ? 'lib' + osmesa_lib_name : false}
+  gallium_summary += {'Off-screen rendering (OSMesa)': with_osmesa ? 'lib' + osmesa_lib_name : false}
   gallium_summary += {'HUD lm-sensors': dep_lmsensors.found()}
 endif
 summary(gallium_summary, section: 'Gallium', bool_yn: true, list_sep: ' ')