Changeset c2ba57e


Ignore:
Timestamp:
08/04/2023 02:56:51 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
3cb77ad
Parents:
d89633ea
git-author:
Xi Ruoyao <xry111@…> (08/03/2023 11:25:29 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/04/2023 02:56:51 AM)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rd89633ea rc2ba57e  
    9797      <xref linkend="newt"/> (for <command>nmtui</command>),
    9898      <xref linkend="nss"/>,
    99       <xref linkend="polkit"/>,
     99      <xref role='runtime' linkend="polkit"/> (runtime),
    100100      <xref linkend="pygobject3"/>,
    101101      <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
    102102      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
    103       <xref linkend="upower"/>,
    104103      <xref linkend="vala"/>, and
    105104      <xref linkend="wpa_supplicant"/> (runtime, built with D-Bus support)
     
    117116       <xref role="node" linkend="qt5-components"/> with qtdoc) (for examples),
    118117      <xref linkend="ModemManager"/>,
     118      <xref linkend="upower"/>,
    119119      <xref linkend="valgrind"/>,
    120120      <ulink url="https://thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
     
    370370    </para>
    371371
     372    <para>
     373      <option>-Dsuspend_resume=upower</option>: Use this switch if
     374      you have <xref linkend='upower'/> installed and want to use it
     375      (instead of &logind;) for suspend and resume support.
     376    </para>
    372377  </sect2>
    373378
Note: See TracChangeset for help on using the changeset viewer.