On 5/26/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > + <para><parameter>--without-xcb</parameter>: By default, > > + <application>libX11</application> will use <xref linkend="libxcb"/> > > + for it's transport layer. This parameter is necessary if <xref > > + linkend="libxcb"/> is not installed.</para> > > Note the use of "it's" above. It should be "its".
As a native English speaker and someone who prides themselves on decent spelling, it's sad that I often mess this up. I'll fix that up. > > diff --git a/BOOK/x/lib/cairo.xml b/BOOK/x/lib/cairo.xml > > index a8de02c..6150d1e 100644 > > --- a/BOOK/x/lib/cairo.xml > > +++ b/BOOK/x/lib/cairo.xml > > @@ -76,7 +76,8 @@ > > url="http://www.freedesktop.org/Software/glitz">glitz</ulink>, > > <ulink url="http://www.directfb.org/">DirectFB</ulink>, > > <ulink url="http://openquartz.sourceforge.net/">Open Quartz</ulink>, > > - <ulink url="http://xcb.freedesktop.org/wiki/">XCB</ulink>, and > > + <xref linkend="libxcb"/> (requires > > + <ulink url="http://xcb.freedesktop.org/dist/">xcb-util</ulink>), and > > <xref linkend="gtk-doc"/></para> > > This is confusing. If libxcb requires something, shouldn't it be > listed in the dependencies for libxcb? I probably didn't write that correctly. xcb-util isn't a dependency of libxcb. It depends on libxcb and adds a couple more xcb modules. In particular, cairo needs libxcb-renderutil. I'm not sure how this differs from libxcb-render, which comes with libxcb, but that's what cairo wants. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
