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
4
third_party/nix/meson.build
vendored
4
third_party/nix/meson.build
vendored
|
|
@ -44,7 +44,7 @@ config_h = configuration_data()
|
|||
|
||||
config_h.set(
|
||||
'HAVE_CXX17', 1,
|
||||
description : 'define if the compiler supports basic C++17 syntax')
|
||||
description : 'Define if the compiler supports basic C++17 syntax')
|
||||
|
||||
package_name = meson.project_name()
|
||||
config_h.set_quoted(
|
||||
|
|
@ -383,7 +383,7 @@ boost_dep = declare_dependency(
|
|||
link_args : get_option('boost_link_args'))
|
||||
|
||||
if (boost_dep.found())
|
||||
config_h.set('HAVE_BOOST', 1, description : 'define if the Boost library is available.')
|
||||
config_h.set('HAVE_BOOST', 1, description : 'Define if the Boost library is available.')
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue