Ignore:
Timestamp:
01/13/2018 03:33:35 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
fbcb3846
Parents:
efcdd60
Message:

Various text updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/network-manager-applet.xml

    refcdd60 re58667e  
    133133meson --prefix=/usr     \
    134134      --sysconfdir=/etc \
    135       -Dlibnm-gtk=true  \
    136135      -Dselinux=false   \
    137136      -Dteam=false      &amp;&amp;
     
    146145    </para>
    147146
    148 <screen role="root"><userinput>ninja install &amp;&amp;
    149 sed 's@linm-glib@libnm-glib@' -i /usr/lib/pkgconfig/libnm-gtk.pc</userinput></screen>
     147<screen role="root"><userinput>ninja install</userinput></screen>
    150148
    151149  </sect2>
     
    153151  <sect2 role="commands">
    154152    <title>Command Explanations</title>
    155 
    156     <para>
    157       <parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build
    158       of the legacy libnm-gtk (required for <application>Gnome</application>).
    159     </para>
    160153
    161154    <para>
     
    174167      <option>-Denable-wwan=false</option>: This switch disables WWAN support.
    175168      Use this if you do not have <xref linkend="ModemManager"/> installed.
    176     </para>
    177 
    178     <para>
    179       <command>sed 's@linm-glib@libnm-glib@'</command>: Fix an error in the
    180       install <application>pkg-config</application> file.
    181169    </para>
    182170
Note: See TracChangeset for help on using the changeset viewer.