]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson_options.txt: don't use str when defining bool default values
authorSimon Deziel <simon.deziel@canonical.com>
Tue, 8 Apr 2025 19:10:33 +0000 (15:10 -0400)
committerSimon Deziel <simon.deziel@canonical.com>
Tue, 8 Apr 2025 19:10:35 +0000 (15:10 -0400)
commit368ac7b808ca58ce9f4d830861e70a8119fdddf4
treeb86c84112267287ac16ac8a9b95f9bbc6892141a
parent224ac0687e53d59370c1aa641493846eecdc4521
meson_options.txt: don't use str when defining bool default values

Avoids this deprecation notice from `meson` 1.3.2:

```
:: NOTICE: Future-deprecated features used:
::  * 1.1.0: {'"boolean option" keyword argument "value" of type str'}
```

Other options already use this syntax so backward compat should remain unchanged.

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
meson_options.txt