From c0c36501cfeadc0f526610891b6dd257ce3c8229 Mon Sep 17 00:00:00 2001 From: "Victor A. Santos" Date: Tue, 21 Apr 2020 12:11:18 -0300 Subject: Meson Project: some optimizations * data/meson.build: remove redundant configuration data * meson_options.txt: use `deprecated` as option name to match Gnome Guidelines. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c8ed4ef..f3f1a88 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -option('enable-deprecated', type: 'boolean', value: false, description: 'Warn about deprecated usages') +option('deprecated', type: 'boolean', value: false, description: 'Warn about deprecated usages') option('keyring', type: 'feature', value: 'auto', description: 'Enable the use of gnome-keyring') option('applets', type: 'feature', value: 'enabled', description: 'Build the extra power applets') option('with-dbus-services', type: 'string', description: 'where D-BUS services directory is') -- cgit v1.2.1