Changeset 75d341a1


Ignore:
Timestamp:
05/08/2012 11:41:02 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cd5a937
Parents:
123166c0
Message:

Fix librsvg instructions (again), I don't like putting dots at dependencies block, sorry. Recheck Cairo deps, same as for gdk-pixbuf - without image loaders library is useless and explicitly disabling those could lead someone straight to hell.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r123166c0 r75d341a1  
    6666      <xref linkend="gdk-pixbuf"/>,
    6767      <xref linkend="libcroco"/> and
    68       <xref linkend="pango"/>.
     68      <xref linkend="pango"/>
    6969    </para>
    7070
     
    7272    <para role="recommended">
    7373      <xref linkend="gtk2"/> and
    74       <xref linkend="gtk3"/>.
     74      <xref linkend="gtk3"/>
    7575    </para>
    7676
     
    119119    </para>
    120120
     121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122      href="../../xincludes/static-libraries.xml"/>
     123
    121124    <para>
    122125      <option>--disable-introspection</option>: Add this option if you've not
     
    130133
    131134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132     href="../../xincludes/static-libraries.xml"/>
    133 
    134     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../../xincludes/gtk-doc-rebuild.xml"/>
     135      href="../../xincludes/gtk-doc-rebuild.xml"/>
     136
    136137  </sect2>
    137138
     
    201202      </varlistentry>
    202203
    203       <varlistentry id="libpixbufloader-svg.so">
    204         <term><filename class='libraryfile'>libpixbufloader-svg.so.so</filename></term>
    205         <listitem>
    206           <para>
    207             is the Gdk Pixbuf plugin that allows Gtk+ to render Scalable Vector
    208             Graphics images.
    209           </para>
    210           <indexterm zone="librsvg libpixbufloader-svg.so">
    211             <primary sortas="c-libpixbufloader-svg.so">libpixbufloader-svg.so.so</primary>
     204      <varlistentry id="libpixbufloader-svg">
     205        <term><filename class='libraryfile'>libpixbufloader-svg.so</filename></term>
     206        <listitem>
     207          <para>
     208            is the Gdk Pixbuf plugin that allows Gtk+ applications to render Scalable
     209            Vector Graphics images.
     210          </para>
     211          <indexterm zone="librsvg libpixbufloader-svg">
     212            <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
    212213          </indexterm>
    213214        </listitem>
  • x/lib/cairo.xml

    r123166c0 r75d341a1  
    9999    <bridgehead renderas="sect4">Required</bridgehead>
    100100    <para role="required">
     101      <xref linkend="libpng"/>, <!-- I would not dare not to use this one -->
    101102      <xref linkend="pixman"/> and
    102103      <xref linkend="pkgconfig"/>.
    103104    </para>
    104105
    105     <bridgehead renderas="sect4">Recommended</bridgehead>
     106    <bridgehead renderas="sect4">Recommended (Required if building GTK+)</bridgehead>
    106107    <para role="recommended">
    107       <xref linkend="fontconfig"/>,
     108      <xref linkend="fontconfig"/> and <!--
    108109      <xref linkend="libpng"/> (if you want to build
    109110      <application>Cairo</application> without <application>Libpng</application>
    110       you will need to add --disable-png --disable-svg to the configure options
    111       and remove --enable-tee) and
     111      you will need to add --disable-png --disable-svg to the configure options 
     112      and remove --enable-tee) and -->
    112113      <xref linkend="xorg7-lib"/>.
    113114    </para>
Note: See TracChangeset for help on using the changeset viewer.