Changeset b528d0f4


Ignore:
Timestamp:
03/08/2017 09:43:04 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
576b3dd
Parents:
3bf58b9c
Message:

Fix NetworkManager dependency on PyGobject

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18463 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r3bf58b9c rb528d0f4  
    106106      <xref linkend="newt"/> (for <command>nmtui</command>),
    107107      <xref linkend="polkit"/>,
     108      <xref linkend="pygobject3"/>,
    108109      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
    109110      <xref linkend="upower"/>,
     
    118119      <xref linkend="qt5"/> (for examples),
    119120      <xref linkend="ModemManager"/>,
    120       <phrase revision="systemd"><xref linkend="pygobject3"/>,</phrase>
    121121      <xref linkend="valgrind"/>,
    122122      <ulink url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
     
    203203
    204204    <para revision="sysv">
    205       <parameter>--with-systemdsystemunitdir=no</parameter>: This parameter is
    206       used for sysv init systems. If you use systemd, replace "no" by the
    207       proper directory.
     205      <parameter>--with-systemdsystemunitdir=no</parameter>: systemd is not
     206      used for sysv init systems.
    208207    </para>
    209208
     
    215214
    216215    <para>
    217       <parameter>--disable-ppp</parameter>: This parameter disables parameteral
     216      <parameter>--disable-ppp</parameter>: This parameter disables
    218217      <application>PPP</application> support in
    219218      <application>NetworkManager</application>.
     
    235234      <option>--without-iptables</option>: Use this switch if you don't have
    236235      <application>Iptables</application> installed.
     236    </para>
     237
     238    <para>
     239      <option>--disable-introspection</option>: Use this switch if <xref
     240      linkend="gobject-introspection"/> is installed and you want to build
     241      without introspection support. This also removes the need for <xref
     242      linkend="pygobject3"/>.
    237243    </para>
    238244
Note: See TracChangeset for help on using the changeset viewer.