From a8c618f8f6da5bbef3155f3d23ea1cdd58d808f6 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 1 Apr 2018 12:50:35 +0200 Subject: Drop unused maps configure option. --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) 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.') -- cgit v1.2.1