summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorilliliti <illiliti@protonmail.com>2022-04-01 18:57:13 +0300
committerilliliti <illiliti@protonmail.com>2022-04-18 13:03:08 +0300
commit67af7e2b400fa44191ad682f235af43eac5c3e69 (patch)
treeb3e51e84a937208025e6c0a02c90624876a1ea0c /meson_options.txt
parented7d831525436ef63092b47f465a184fff4eff74 (diff)
downloadmesa-67af7e2b400fa44191ad682f235af43eac5c3e69.tar.gz
Use proper types for meson objects
Fix invalid usage of meson objects which violates official meson specification and thus breaks muon, an implementation of meson written in C. Reviewed-by: Mihai Preda <mhpreda@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15715>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5baa70d051b..9afe105241f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -357,7 +357,7 @@ option(
option(
'draw-use-llvm',
type : 'boolean',
- value : 'true',
+ value : true,
description : 'Whether to use LLVM for the Gallium draw module, if LLVM is included.'
)
option(