Changeset 5d7469f9


Ignore:
Timestamp:
03/15/2018 12:40:52 AM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3d0e2ff
Parents:
fe853e1f
Message:

Explain how to build network-manager-applet without gobject-introspection and gtk-doc

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfe853e1f r5d7469f9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 14th, &year;">
     9<!ENTITY releasedate  "March 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/applications/network-manager-applet.xml

    rfe853e1f r5d7469f9  
    167167      <option>-Denable-wwan=false</option>: This switch disables WWAN support.
    168168      Use this if you do not have <xref linkend="ModemManager"/> installed.
     169    </para>
     170    <para>
     171      <option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed.
     172    </para>
     173    <para>
     174      <option>-Dgtk_doc=false</option>: Use this if you do not have <xref linkend="gtk-doc"/> installed.
    169175    </para>
    170176
  • introduction/welcome/changelog.xml

    rfe853e1f r5d7469f9  
    4343-->
    4444    <listitem>
     45      <para>March 15th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Explain how to build network-manager-applet without gobject-introspection and gtk-doc.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 14th, 2018</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.