Changeset 39100371 for networking


Ignore:
Timestamp:
12/23/2018 04:19:35 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b471f6a
Parents:
d2b02aa
Message:

Correct NetworkManager meson options.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rd2b02aa r39100371  
    163163      --sysconfdir /etc          \
    164164      --localstatedir /var       \
    165       -Ddocs=true                \
    166       -Dnmtui=true               \
    167       -Dppp=false                \
     165      -Djson_validation=false    \
    168166      -Dlibaudit=no              \
    169167      -Dlibnm_glib=true          \
     168      -Dlibpsl=false             \
     169      -Dnmtui=true               \
     170      -Dovs=false                \
     171      -Dppp=false                \
    170172      -Dselinux=false            \
    171173      -Dudev_dir=/lib/udev       \
    172174      -Dsession_tracking=no      \
     175      -Dmodem_manager=false      \
    173176      -Dsystemdsystemunitdir=no  \
    174177      -Dsystemd_journal=false    \
     
    184187      --sysconfdir /etc          \
    185188      --localstatedir /var       \
    186       -Ddocs=true                \
    187       -Dnmtui=true               \
    188       -Dppp=false                \
     189      -Djson_validation=false    \
    189190      -Dlibaudit=no              \
    190191      -Dlibnm_glib=true          \
     192      -Dlibpsl=false             \
     193      -Dnmtui=true               \
     194      -Dovs=false                \
     195      -Dppp=false                \
    191196      -Dselinux=false            \
    192197      -Dqt=false                 \
    193198      -Dudev_dir=/lib/udev       \
    194199      -Dsession_tracking=systemd \
     200      -Dmodem_manager=false      \
    195201      -Dsystemdsystemunitdir=/lib/systemd/system \
    196202      .. &amp;&amp;
     
    221227
    222228    <para>
    223       <parameter>-Ddocs=true</parameter>: This parameter enable building of
    224       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.
    225231    </para>
    226232
     
    235241      <parameter>-Dsystemd_journal=false</parameter>: systemd is not
    236242      used for sysv init systems.
     243    </para>
     244
     245    <para>
     246      <parameter>-Djson_validation=false</parameter>,
     247      <parameter>-Dlibpsl=false</parameter>, and
     248      <parameter>-Dovs=false</parameter>: These switches disable build with the
     249      respective libraries. Remove if you have the needed libraries installed.
     250    </para>
     251
     252    <para>
     253      <parameter>-Dmodem_manager=false</parameter>: This switch is requried if
     254      <application>ModemManager</application> is not installed. Omit if you
     255      have built <application>ModmeManager</application>.
    237256    </para>
    238257
Note: See TracChangeset for help on using the changeset viewer.