Reinstate Vala as recommended for librsvg, together with

promoting G-i as recommended

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15529 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2015-02-19 13:10:07 +00:00
parent a76bd33cc0
commit 9dbbb8ddc9

View File

@ -82,12 +82,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>)
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<xref linkend="gobject-introspection"/> and
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>), and
<xref linkend="vala"/>
</para>
@ -110,6 +106,7 @@
</para>
<screen><userinput>./configure --prefix=/usr \
--enable-vala \
--disable-static &amp;&amp;
make</userinput></screen>
@ -127,15 +124,15 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<option>--enable-vala</option>: This switch enables
building of the Vala bindings. Use this switch if you have
<parameter>--enable-vala</parameter>: This switch enables
building of the Vala bindings. Remove this switch if you don't have
<xref linkend="vala"/> installed.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<option>--disable-introspection</option>: Use this switch if you have
not installed <application>Gobject Introspection</application>.