Changeset 63de2d9 for networking


Ignore:
Timestamp:
02/11/2023 03:23:02 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
365e97be
Parents:
ca02f08
Message:

libsoup3: Fix the description of -Ddocs=enabled, and add a sed to fix docdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup3.xml

    rca02f08 r63de2d9  
    111111
    112112    <para>
     113      Fix the installation path of API documentation:
     114    </para>
     115
     116<screen><userinput>sed 's/apiversion/soup_version/' -i docs/reference/meson.build</userinput></screen>
     117
     118    <para>
    113119      Install <application>libsoup3</application> by running the following
    114120      commands:
     
    155161
    156162    <para>
    157       <option>-Ddocs=enabled</option>: Use this option if you want to build
    158       the documentation. Note that you must have
    159       <xref linkend="gi-docgen"/> installed.
     163      <option>-Ddocs=enabled</option>: If <xref linkend='gi-docgen'/> is
     164      installed, the API documentation will be built and installed no matter
     165      if this option is used or not.  This option causes the
     166      <command>meson</command> command to fail if
     167      <xref linkend='gi-docgen'/> is not installed.
    160168    </para>
    161169
Note: See TracChangeset for help on using the changeset viewer.