Author: igor
Date: Mon Jul 15 10:56:41 2013
New Revision: 11434

Log:
librsvg: disable introspection and don't enable Vala by default since we list 
them under optional dependencies

Modified:
   trunk/BOOK/general/graphlib/librsvg.xml

Modified: trunk/BOOK/general/graphlib/librsvg.xml
==============================================================================
--- trunk/BOOK/general/graphlib/librsvg.xml     Mon Jul 15 09:08:29 2013        
(r11433)
+++ trunk/BOOK/general/graphlib/librsvg.xml     Mon Jul 15 10:56:41 2013        
(r11434)
@@ -111,8 +111,8 @@
     </para>
 
 <screen><userinput>./configure --prefix=/usr \
-            --enable-vala \
-            --disable-static &amp;&amp;
+            --disable-static \
+            --disable-introspection &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -130,18 +130,17 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para>
-      <option>--enable-vala</option>: This switch enables
-      building of the Vala bindings. Remove 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>.
+      <option>--disable-introspection</option>: Omit this switch if you have
+      installed <application>Gobject Introspection</application>.
+    </para>
+
+    <para>
+      <option>--enable-vala</option>: This switch enables building of the Vala
+      bindings.
     </para>
 
     <para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to