Changeset 455484d


Ignore:
Timestamp:
12/29/2022 08:58:04 AM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/xf86-video-removal
Children:
3e22581
Parents:
edeb710
Message:

Disables building the documentation for tepl

It requires gtk-doc, and we say it is optional.
Also add "setup" to the meson command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/tepl.xml

    redeb710 r455484d  
    100100cd    tepl-build &amp;&amp;
    101101
    102 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     102meson setup --prefix=/usr       \
     103            --buildtype=release \
     104            -Dgtk_doc=false     \
     105            .. &amp;&amp;
    103106ninja</userinput></screen>
    104107
     
    121124
    122125    <para>
    123       <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
    124       and you wish to build and install the API documentation.
     126      <parameter>-Dgtk_doc=false</parameter>: Disables building the API
     127      documentation. Remove if you have <xref linkend="gtk-doc"/> installed
     128      and wish to build the API documentation.
    125129    </para>
    126130
Note: See TracChangeset for help on using the changeset viewer.