On Tue, Nov 25, 2008 at 7:56 PM, <[EMAIL PROTECTED]> wrote: > @@ -103,16 +108,9 @@ > <xref linkend="libdrm"/>, and > <xref linkend="expat"/></para> > > -<!-- XFREE86 > - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" > - href="../../xincludes/xorg7-only.xml"/> > + <bridgehead renderas="sect4">Optional</bridgehead> > + <para role="optional"><xref linkend="libxcb"/></para>
I'm pretty sure this made it into 7.2, but there is an optional motif dep in libGLw. Use --enable-motif, and it will add motif widgets to the GL widgets library. I tested the build against lesstif, and I'm pretty sure it works. > +<screen><userinput>sed '[EMAIL PROTECTED]"[EMAIL PROTECTED]"@' -i configure > && The flags are just set the same as autoconf does for every other package. If you don't want debugging symbols, then you can just set CFLAGS in the environment or passed to configure. Or, just strip the library later. Is this just to maintain compatibility with the current instructions? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
