mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
networkmanager: Dependencies clean
polkit is only a runtime dependency (at build time it checks the path of a polkit helper, but if polkit is not installed the guessed value is still correct on BLFS). upower is only used for suspend and resume support, and the building system tries systemd or elogind before trying it.
This commit is contained in:
parent
d89633ea91
commit
c2ba57ef65
@ -96,11 +96,10 @@
|
||||
<xref linkend="iptables"/>,
|
||||
<xref linkend="newt"/> (for <command>nmtui</command>),
|
||||
<xref linkend="nss"/>,
|
||||
<xref linkend="polkit"/>,
|
||||
<xref role='runtime' linkend="polkit"/> (runtime),
|
||||
<xref linkend="pygobject3"/>,
|
||||
<phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
|
||||
<phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
|
||||
<xref linkend="upower"/>,
|
||||
<xref linkend="vala"/>, and
|
||||
<xref linkend="wpa_supplicant"/> (runtime, built with D-Bus support)
|
||||
</para>
|
||||
@ -116,6 +115,7 @@
|
||||
(<xref linkend="qt5"/> or
|
||||
<xref role="node" linkend="qt5-components"/> with qtdoc) (for examples),
|
||||
<xref linkend="ModemManager"/>,
|
||||
<xref linkend="upower"/>,
|
||||
<xref linkend="valgrind"/>,
|
||||
<ulink url="https://thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
|
||||
<ulink url="https://firewalld.org/">firewalld</ulink>,
|
||||
@ -369,6 +369,11 @@ done</userinput></screen>
|
||||
802.1X).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-Dsuspend_resume=upower</option>: Use this switch if
|
||||
you have <xref linkend='upower'/> installed and want to use it
|
||||
(instead of &logind;) for suspend and resume support.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user