summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-04-01 12:50:35 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-04-01 12:50:35 +0200
commita8c618f8f6da5bbef3155f3d23ea1cdd58d808f6 (patch)
tree2bfdf3d8227dfae906a89066b842b032d58629ad
parent004f5cdc1815ebd5d04b8b24dad07aa597482595 (diff)
downloadgnome-contacts-a8c618f8f6da5bbef3155f3d23ea1cdd58d808f6.tar.gz
Drop unused maps configure option.
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 81623e6..7dc0cb2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,4 @@
option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'enable cheese webcam support')
-option('maps', type: 'boolean', value: true, description: 'Enable built-in support for maps.')
option('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')
option('docs', type: 'boolean', value: false, description: 'Whether to build the valadoc docs.')