summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-12-06 15:36:55 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2018-12-12 14:38:18 +0100
commit81bc218e6d46dcbc798550a7657734c5b3e50181 (patch)
treeeaa09240101e8fe108babeeb8c3652e16d5849b3 /meson_options.txt
parentf606124b6212e7d6cc005ff0147e63a30da09586 (diff)
downloadNetworkManager-81bc218e6d46dcbc798550a7657734c5b3e50181.tar.gz
meson: add check on settings docs
Move the autotools check on settings docs to a shell script and call it from meson too.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d249567171..221ba2b804 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -74,4 +74,3 @@ option('libpsl', type: 'boolean', value: true, description: 'Link against libpsl
option('json_validation', type: 'boolean', value: true, description: 'Enable JSON validation in libnm')
option('crypto', type: 'combo', choices: ['nss', 'gnutls'], value: 'nss', description: 'Cryptography library to use for certificate and key operations')
option('qt', type: 'boolean', value: true, description: 'enable Qt examples')
-option('check_settings_docs', type: 'boolean', value: false, description: 'compare check settings-docs.h file')