Author: randy
Date: 2008-03-26 11:02:13 -0600 (Wed, 26 Mar 2008)
New Revision: 7316

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/core/libgnome.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a parameter to the libgnome configure command to account for ESounD may 
not be installed

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-03-25 15:43:48 UTC (rev 7315)
+++ trunk/BOOK/general.ent      2008-03-26 17:02:13 UTC (rev 7316)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "25">                   <!-- Always 2 digits -->
+<!ENTITY day          "26">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2008">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/gnome/core/libgnome.xml
===================================================================
--- trunk/BOOK/gnome/core/libgnome.xml  2008-03-25 15:43:48 UTC (rev 7315)
+++ trunk/BOOK/gnome/core/libgnome.xml  2008-03-26 17:02:13 UTC (rev 7316)
@@ -60,9 +60,12 @@
     <para role="required"><xref linkend="libbonobo"/> and
     <xref linkend="gnome-vfs"/></para>
 
+    <bridgehead renderas="sect4">Recommended (if you plan on installing the
+    GNOME desktop)</bridgehead>
+    <para role="recommended"><xref linkend="esound"/></para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="esound"/>,
-    <xref linkend="gtk-doc"/>, and
+    <para role="optional"><xref linkend="gtk-doc"/> and
     <xref linkend="intltool"/></para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -80,7 +83,8 @@
             --sysconfdir=&gnome-etc-dir; \
             --localstatedir=/var/lib \
             --mandir=$(pkg-config \
-                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
+                --variable=prefix ORBit-2.0)/share/man \
+            --disable-esd &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -111,6 +115,10 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../xincludes/gnome-mandir.xml"/>
 
+    <para><parameter>--disable-esd</parameter>: This parameter is required if
+    <xref linkend="esound"/> is not installed. Remove it if the package is
+    installed.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../xincludes/gtk-doc-rebuild.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-25 15:43:48 UTC 
(rev 7315)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-26 17:02:13 UTC 
(rev 7316)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>March 26th, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a parameter to the libgnome configure command
+          to account for ESounD may not be installed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 25th, 2008</para>
       <itemizedlist>
         <listitem>

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