Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    r5841c65 ra8e1b4ab  
    101101    <para role="optional">
    102102       <!--<xref linkend="jasper"/> and-->
    103       <xref linkend="gtk-doc"/> and
     103  <!--<xref linkend="gtk-doc"/> and-->
    104104      <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
     105      (to generate documentation)
    105106    </para>
    106107
     
    121122cd build &amp;&amp;
    122123
    123 meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     124meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
    124125ninja</userinput></screen>
    125126
     
    153154      href="../../xincludes/meson-buildtype-release.xml"/>
    154155
     156    <!-- gi-docgen can get installed without this, if deps exist -->
     157    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     158      href="../../xincludes/meson-wrap-nofallback.xml"/>
     159
     160    <!-- gtk_doc replaced by gi-docgen
    155161    <para>
    156162      <option>-Dgtk_doc=true</option>: Use this parameter if
    157163      <application>GTK-Doc</application> is installed and you wish to rebuild
    158164      and install the API documentation.
    159       <!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
    160     </para>
     165      <!\-\- -Dgtk_doc is set to "yield=true" in meson_options.txt \-\->
     166    </para>-->
    161167<!-- Removed in 2.42.0
    162168    <para>
Note: See TracChangeset for help on using the changeset viewer.