Ignore:
File:
1 edited

Legend:

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

    ra8e1b4ab r5841c65  
    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)
    106105    </para>
    107106
     
    122121cd build &amp;&amp;
    123122
    124 meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
     123meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
    125124ninja</userinput></screen>
    126125
     
    154153      href="../../xincludes/meson-buildtype-release.xml"/>
    155154
    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
    161155    <para>
    162156      <option>-Dgtk_doc=true</option>: Use this parameter if
    163157      <application>GTK-Doc</application> is installed and you wish to rebuild
    164158      and install the API documentation.
    165       <!\-\- -Dgtk_doc is set to "yield=true" in meson_options.txt \-\->
    166     </para>-->
     159      <!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
     160    </para>
    167161<!-- Removed in 2.42.0
    168162    <para>
Note: See TracChangeset for help on using the changeset viewer.