Changeset 26ce221


Ignore:
Timestamp:
06/27/2019 04:54:09 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
6c12c95d
Parents:
ff1cc0f
Message:

Add -Dgtk_doc=false for libgdata

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21749 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgdata.xml

    rff1cc0f r26ce221  
    111111    </para>
    112112
    113 <screen><userinput>
    114 mkdir build &amp;&amp;
     113<screen><userinput>mkdir build &amp;&amp;
    115114cd    build &amp;&amp;
    116115
    117 meson --prefix=/usr .. &amp;&amp;
     116meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
    118117ninja</userinput></screen>
    119118
     
    130129
    131130  </sect2>
    132   <!--
     131
    133132  <sect2 role="commands">
    134133    <title>Command Explanations</title>
    135 
    136     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137       href="../../xincludes/static-libraries.xml"/>
    138 
    139     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140       href="../../xincludes/gtk-doc-rebuild.xml"/>
    141 
     134    <para>
     135      <option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed
     136      and want to rebuild the documentation with it.
     137    </para>
    142138  </sect2>
    143   -->
    144139
    145140  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.