Ignore:
Timestamp:
08/15/2024 09:41:18 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
6af00bd
Parents:
7c83169b
Message:

More -D<space> fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/network-manager-applet.xml

    r7c83169b r6d6005b0  
    118118      --prefix=/usr       \
    119119      --buildtype=release \
    120       -Dappindicator=no   \
    121       -Dselinux=false     &amp;&amp;
     120      -D appindicator=no  \
     121      -D selinux=false    &amp;&amp;
    122122ninja</userinput></screen>
    123123
     
    138138
    139139    <para>
    140       <parameter>-Dappindicator=no</parameter>: This switch disables
     140      <parameter>-D appindicator=no</parameter>: This switch disables
    141141      AppIndicator support in network-manager-applet because it
    142142      requires libindicator, which is not in BLFS. The build will fail
     
    146146    <!-- Jansson is now included in NM as Required
    147147    <para>
    148       <parameter>-Dteam=false</parameter>: This switch disables the team
     148      <parameter>-D team=false</parameter>: This switch disables the team
    149149      configuration editor since it requires <xref linkend="jansson"/>. If
    150150      you have Jansson installed, remove this option or set it to "true".
     
    153153
    154154    <para>
    155       <parameter>-Dselinux=false</parameter>: This switch forcibly
     155      <parameter>-D selinux=false</parameter>: This switch forcibly
    156156      disables <application>SELinux</application> support since it is not
    157157      currently in BLFS and the build will fail without it.
     
    160160    <!-- no longer needed as of 1.16.0
    161161    <para>
    162       <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
     162      <parameter>-D mobile_broadband_provider_info=false</parameter>: This
    163163      switch forcibly disables Mobile Broadband Provider support because it
    164164      is not currently available in BLFS.
    165165    </para>
    166166    <para>
    167       <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
     167      <parameter>-D gtk_doc=false</parameter>: Remove this if you have
    168168      <xref linkend="gtk-doc"/> installed and want to rebuild the
    169169      documentation with it.
     
    172172
    173173    <para>
    174       <option>-Dwwan=false</option>: This switch disables WWAN support.
     174      <option>-D wwan=false</option>: This switch disables WWAN support.
    175175      Use this if you do not have <xref linkend="ModemManager"/> installed.
    176176   </para>
Note: See TracChangeset for help on using the changeset viewer.