diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2019-09-26 12:31:16 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@gmail.com> | 2019-10-31 03:34:28 +0000 |
commit | 43761401833b887818f902c022917a7667064ccd (patch) | |
tree | c9ded4133ba594f9a4e67d20c9ebe1296e98fa49 /meson_options.txt | |
parent | d61d13d4e3c673f3f73c549fe8698007ac8fcc12 (diff) | |
download | gnome-control-center-43761401833b887818f902c022917a7667064ccd.tar.gz |
common: Make the privileged group configurable (i.e. wheel vs sudo)
Fixes #559
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 78efb5885..a899033b0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,7 @@ option('cheese', type: 'boolean', value: true, description: 'build with cheese w option('documentation', type: 'boolean', value: false, description: 'build documentation') option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir') option('ibus', type: 'boolean', value: true, description: 'build with IBus support') +option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions') option('tests', type: 'boolean', value: true, description: 'build tests') option('tracing', type: 'boolean', value: false, description: 'add extra debugging information') option('wayland', type: 'boolean', value: true, description: 'build with Wayland support') |