diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-01-04 19:42:27 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-01-14 14:58:19 +0400 |
commit | 0d621d00052025ec43050e281346e3b001717841 (patch) | |
tree | cb1b6cf65bbbd492beb19f3c8893bccfe29341a0 /meson_options.txt | |
parent | 752f7f949191087ec651199d56e91c345afd8d9a (diff) |
meson: switch polkit option to auto feature
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index eaaf739..605cd7a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -25,8 +25,7 @@ option('usbredir', description : 'Enable usbredir support') option('polkit', - type : 'boolean', - value : true, + type : 'feature', description : 'Enable PolicyKit support for the USB acl helper') option('pie', |