Changeset 3757ae7


Ignore:
Timestamp:
12/23/2018 04:33:29 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
6d8b45a3
Parents:
984d05e7
Message:

Merge to TRUNK 20860.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r984d05e7 r3757ae7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 22nd, &year;">
     9<!ENTITY releasedate  "December 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r984d05e7 r3757ae7  
    4343-->
    4444    <listitem>
     45      <para>December 23rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Correct NetworkManager meson options.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>December 22nd, 2018</para>
    4655      <itemizedlist>
  • networking/netutils/networkmanager.xml

    r984d05e7 r3757ae7  
    105105      <xref linkend="polkit"/>,
    106106      <xref linkend="pygobject3"/>,
    107       <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
    108107      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
    109108      <xref linkend="upower"/>,
     
    164163      --sysconfdir /etc          \
    165164      --localstatedir /var       \
    166       -Ddocs=true                \
    167       -Dnmtui=true               \
    168       -Dppp=false                \
     165      -Djson_validation=false    \
    169166      -Dlibaudit=no              \
    170167      -Dlibnm_glib=true          \
     168      -Dlibpsl=false             \
     169      -Dnmtui=true               \
     170      -Dovs=false                \
     171      -Dppp=false                \
    171172      -Dselinux=false            \
    172173      -Dudev_dir=/lib/udev       \
    173174      -Dsession_tracking=elogind \
     175      -Dmodem_manager=false      \
    174176      -Dsystemdsystemunitdir=no  \
    175177      -Dsystemd_journal=false    \
     
    185187      --sysconfdir /etc          \
    186188      --localstatedir /var       \
    187       -Ddocs=true                \
    188       -Dnmtui=true               \
    189       -Dppp=false                \
     189      -Djson_validation=false    \
    190190      -Dlibaudit=no              \
    191191      -Dlibnm_glib=true          \
     192      -Dlibpsl=false             \
     193      -Dnmtui=true               \
     194      -Dovs=false                \
     195      -Dppp=false                \
    192196      -Dselinux=false            \
    193197      -Dqt=false                 \
    194198      -Dudev_dir=/lib/udev       \
    195199      -Dsession_tracking=systemd \
     200      -Dmodem_manager=false      \
    196201      -Dsystemdsystemunitdir=/lib/systemd/system \
    197202      .. &amp;&amp;
     
    222227
    223228    <para>
    224       <parameter>-Ddocs=true</parameter>: This parameter enable building of
    225       man pages and documentation.
     229      <parameter>-Ddocs=true</parameter>: Use this switch to enable building of
     230      man pages and documentation if <xref linkend="gtk-doc"/> is installed.
    226231    </para>
    227232
     
    235240      <parameter>-Dsystemd_journal=false</parameter>: systemd is not
    236241      used for sysv init systems.
     242    </para>
     243
     244    <para>
     245      <parameter>-Djson_validation=false</parameter>,
     246      <parameter>-Dlibpsl=false</parameter>, and
     247      <parameter>-Dovs=false</parameter>: These switches disable build with the
     248      respective libraries. Remove if you have the needed libraries installed.
     249    </para>
     250
     251    <para>
     252      <parameter>-Dmodem_manager=false</parameter>: This switch is requried if
     253      <application>ModemManager</application> is not installed. Omit if you
     254      have built <application>ModmeManager</application>.
    237255    </para>
    238256
Note: See TracChangeset for help on using the changeset viewer.