docs(3p/nix): Clean up descriptions in Meson
1. Fix that for libsodium 2. Consistently capitalize (cherry picked from commit 12ce28bdf21d1f261132bdefe3dac25b1aab7dcc)
This commit is contained in:
parent
8481ff4351
commit
adff9913c0
2 changed files with 6 additions and 6 deletions
8
third_party/nix/meson_options.txt
vendored
8
third_party/nix/meson_options.txt
vendored
|
|
@ -149,19 +149,19 @@ option(
|
|||
'with_gc',
|
||||
type : 'boolean',
|
||||
value : 'false',
|
||||
description : 'build nix with Boehm garbage collector')
|
||||
description : 'Build nix with Boehm garbage collector')
|
||||
|
||||
option(
|
||||
'with_libsodium',
|
||||
type : 'feature',
|
||||
value : 'auto',
|
||||
description : 'build nix with shared libs')
|
||||
description : 'Build nix with libsodium')
|
||||
|
||||
option(
|
||||
'with_s3',
|
||||
type : 'boolean',
|
||||
value : 'false',
|
||||
description : 'build nix with s3')
|
||||
description : 'Build nix with s3')
|
||||
|
||||
option(
|
||||
'with_coreutils_bin',
|
||||
|
|
@ -182,7 +182,7 @@ option(
|
|||
'build_shared_libs',
|
||||
type : 'boolean',
|
||||
value : 'false',
|
||||
description : 'build nix with shared libs')
|
||||
description : 'Build nix with shared libs')
|
||||
|
||||
option(
|
||||
'sandbox_shell',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue