Skip to content
Snippets Groups Projects
Commit b3459551 authored by Will Thompson's avatar Will Thompson
Browse files

Merge branch 'wip/smcv/meson-bool' into 'master'

build: Use a boolean default for a boolean option, rather than a string

See merge request GNOME/libglnx!60
parents 87f2768f f92968a8
No related branches found
No related tags found
1 merge request!777Update libglnx to 2025-01-06
...@@ -5,5 +5,5 @@ option( ...@@ -5,5 +5,5 @@ option(
'tests', 'tests',
type : 'boolean', type : 'boolean',
description : 'build and run unit tests', description : 'build and run unit tests',
value : 'true', value : true,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment