summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor A. Santos <[email protected]>2020-04-21 12:11:18 -0300
committerraveit65 <[email protected]>2020-09-03 13:19:56 +0200
commitc0c36501cfeadc0f526610891b6dd257ce3c8229 (patch)
treeec92f109bdcc97ccc1cdc9e725645341192c9180 /meson_options.txt
parent69870bbbbebbd7ecc113b80da96d6dc5d29ee467 (diff)
downloadmate-power-manager-c0c36501cfeadc0f526610891b6dd257ce3c8229.tar.bz2
mate-power-manager-c0c36501cfeadc0f526610891b6dd257ce3c8229.tar.xz
Meson Project: some optimizations
* data/meson.build: remove redundant configuration data * meson_options.txt: use `deprecated` as option name to match Gnome Guidelines.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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')