Changeset 76133fbd for networking


Ignore:
Timestamp:
02/03/2024 07:05:18 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
19cebb2
Parents:
2a20f9c8
git-author:
Xi Ruoyao <xry111@…> (02/03/2024 07:03:47 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/03/2024 07:05:18 PM)
Message:

networkmanager: Remove -Dlibpsl=false, move jansson to optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r2a20f9c8 r76133fbd  
    8484    <bridgehead renderas="sect4">Required</bridgehead>
    8585    <para role="required">
    86       <xref linkend="jansson"/> and
    8786      <xref linkend="libndp"/>
    8887    </para>
     
    112111      <xref linkend="gnutls"/> (can be used instead of <xref linkend="nss"/>),
    113112      <xref linkend="gtk-doc"/>,
     113      <xref linkend="jansson"/>,
     114      <xref linkend="ModemManager"/>,
    114115      (<xref linkend="qt5"/> or
    115116       <xref role="node" linkend="qt5-components"/> with qtdoc) (for examples),
    116       <xref linkend="ModemManager"/>,
    117117      <xref linkend="upower"/>,
    118118      <xref linkend="valgrind"/>,
     
    202202      --buildtype=release        \
    203203      -Dlibaudit=no              \
    204       -Dlibpsl=false             \
    205204      -Dnmtui=true               \
    206205      -Dovs=false                \
     
    222221      --buildtype=release        \
    223222      -Dlibaudit=no              \
    224       -Dlibpsl=false             \
    225223      -Dnmtui=true               \
    226224      -Dovs=false                \
     
    301299
    302300    <para>
    303       <parameter>-Dlibpsl=false</parameter> and
    304       <parameter>-Dovs=false</parameter>: These switches disable building with
    305       the respective libraries. Remove these if you have the needed libraries
    306       installed on your system.
     301      <parameter>-Dovs=false</parameter>: This switch disable the Open
     302      vSwitch integration because it needs <xref linkend='jansson'/>.
     303      Remove it if you have <xref linkend='jansson'/> installed on your
     304      system.
    307305    </para>
    308306
Note: See TracChangeset for help on using the changeset viewer.