From 1db4b409322e559a3d3a03677dd482a0613f3b29 Mon Sep 17 00:00:00 2001 From: "Victor A. Santos" Date: Mon, 30 Mar 2020 18:54:42 -0300 Subject: add meson project fix indentation in some files --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.1