Ignore:
Timestamp:
12/01/2017 04:48:51 AM (6 years ago)
Author:
DJ Lucas <dj@…>
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:
05899b4
Parents:
7a90fe5
Message:

Fix command explanations for meson build of network-manager applet.
Add missing parameter required for gnome-shell.

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

File:
1 edited

Legend:

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

    r7a90fe5 r1e3c9bf  
    131131cd build    &amp;&amp;
    132132
    133 meson --prefix=/usr          \
    134       --sysconfdir=/etc      \
    135       -Denable-selinux=false \
    136       -Denable-team=false    &amp;&amp;
     133meson --prefix=/usr           \
     134      --sysconfdir=/etc       \
     135      -Denable-libnm-gtk=true \
     136      -Denable-selinux=false  \
     137      -Denable-team=false     &amp;&amp;
    137138ninja</userinput></screen>
    138139
     
    151152  <sect2 role="commands">
    152153    <title>Command Explanations</title>
    153 <!--
    154     <para>
    155       <option>- -disable-migration</option>: This switch disables
    156       building of the <application>NetworkManager Applet</application>
    157       <application>GConf</application> migration tool which is
    158       not necessary for BLFS.
    159     </para>
    160 -->
    161 <!-- Complained that it was an unrecognized option. -renodr -->
    162 
    163     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    164       href="../../xincludes/static-libraries.xml"/>
    165 
    166     <para>
    167       <parameter>--without-team</parameter>: This switch disables the team
     154
     155    <para>
     156      <parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build
     157      of the legacy libnm-gtk (required for <application>Gnome</application>).
     158    </para>
     159
     160    <para>
     161      <parameter>-Denable-team=false</parameter>: This switch disables the team
    168162      configuration editor since it requires <application>Jansson</application>
    169163      which is not currently in BLFS.
     
    171165
    172166    <para>
    173       <parameter>--without-selinux</parameter>: This switch forcibly disables
    174       <application>SELinux</application> support since it is not currently in
    175       BLFS and the build will fail without it.
    176     </para>
    177 
    178     <para>
    179       <option>--without-wwan</option>: This switch disables WWAN support. Use
    180       this if you do not have <xref linkend="ModemManager"/> installed.
     167      <parameter>-Denable-selinux=false</parameter>: This switch forcibly
     168      disables <application>SELinux</application> support since it is not
     169      currently in BLFS and the build will fail without it.
     170    </para>
     171
     172    <para>
     173      <option>-Denable-wwan=flase</option>: This switch disables WWAN support.
     174      Use this if you do not have <xref linkend="ModemManager"/> installed.
    181175    </para>
    182176
Note: See TracChangeset for help on using the changeset viewer.