Ignore:
Timestamp:
12/29/2022 09:12:09 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:
299daa19
Parents:
455484d
Message:

Disable building regerence doc for gedit

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/gedit.xml

    r455484d r3e22581  
    111111cd    gedit-build &amp;&amp;
    112112
    113 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     113meson setup --prefix=/usr       \
     114            --buildtype=release \
     115            -Dgtk_doc=false     \
     116            .. &amp;&amp;
    114117ninja</userinput></screen>
    115118
     
    136139
    137140    <para>
    138       <parameter>-Duser_documentation=false</parameter>: This switch disables
    139       generating the user documentation. Omit this switch if you have
    140       <xref linkend="gtk-doc"/> installed and wish to generate the user
     141      <parameter>-Dgtk_doc=false</parameter>: This switch disables
     142      generating the API documentation. Omit this switch if you have
     143      <xref linkend="gtk-doc"/> installed and wish to generate the API
    141144      documentation.
    142     </para>
    143 
    144     <para>
    145       <option>-Dgtk_doc=true</option>: Use this option
    146       to build the reference manual (needs <xref linkend="gtk-doc"/>).
    147145    </para>
    148146
Note: See TracChangeset for help on using the changeset viewer.