diff options
author | Victor A. Santos <[email protected]> | 2020-03-30 18:54:42 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-09-03 13:19:35 +0200 |
commit | 1db4b409322e559a3d3a03677dd482a0613f3b29 (patch) | |
tree | 5b7f03980579416d78135db46287799eb0a6a0ba /meson_options.txt | |
parent | 301549e96d34a3b79fa471aaff5402689bf5868f (diff) | |
download | mate-power-manager-1db4b409322e559a3d3a03677dd482a0613f3b29.tar.bz2 mate-power-manager-1db4b409322e559a3d3a03677dd482a0613f3b29.tar.xz |
add meson project
fix indentation in some files
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..c8ed4ef --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('enable-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') |