Disable polkit by default

no-polkit
Dustin 2018-01-24 16:00:54 -06:00
parent b7f2ffc0cc
commit 74aa4d5b6b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
%endif
# A few optional bits off by default, we enable later
%define with_polkit 0%{!?_without_polkit:1}
%define with_polkit 0%{!?_without_polkit:0}
%define with_fuse 0%{!?_without_fuse:0}
%define with_cgconfig 0%{!?_without_cgconfig:0}
%define with_sanlock 0%{!?_without_sanlock:0}