meson: Use consistence disabled/enabled comment for shared-glapi option
authorYonggang Luo <luoyonggang@gmail.com>
Sat, 3 Jun 2023 04:17:10 +0000 (12:17 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 22 Jun 2023 11:08:11 +0000 (11:08 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23793>

meson.build
meson_options.txt

index 1466021..f9b0438 100644 (file)
@@ -98,7 +98,7 @@ if gbm_backends_path == ''
   gbm_backends_path = join_paths(get_option('prefix'), get_option('libdir'), 'gbm')
 endif
 
-# Default shared glapi off for windows, on elsewhere.
+# Default shared glapi disabled for windows, enabled elsewhere.
 with_shared_glapi = get_option('shared-glapi') \
   .disable_auto_if(host_machine.system() == 'windows') \
   .allowed()
index 34a55ad..044ab40 100644 (file)
@@ -295,7 +295,7 @@ option(
   type : 'feature',
   deprecated: {'true': 'enabled', 'false': 'disabled'},
   description : 'Whether to build a shared or static glapi. Defaults to ' +
-                'false on Windows, true elsewhere'
+                'disabled on Windows, enabled elsewhere'
 )
 
 option(