Ignore:
Timestamp:
08/26/2021 05:49:43 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
95d46832
Parents:
1eccbd9
Message:

gdk-pixbuf, pango:

Add --wrap-mode=no-fallback to prevent gi-docgen getting downloaded
if you have the (python3) deps present. Comment gtk-doc in these
packages, explain that gi-docgen is used for the documentation.

File:
1 edited

Legend:

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

    r1eccbd9 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.