On 4/26/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > > The dependency drill gets complex sometimes. I really don't have any > issues with doing these with or without canvas as long as the options > are documented. It sounds like we need to add some recommended > dependencies for these packages.
It should be fine. We say you need to have a gtk build (which isn't true, but enabling the X11 only one would be a pain). In that case, gtk depends on cairo. In that case, cairo depends on one of the X implementations. In that case, you have libX11 and libXrender unless you deviated from the book. The only-used-with-canvas case was my attempt to have a fix that works on all three of seamonkey, firefox and thunderbird with no conditional "if you have this, then do this". You may or may not be using the --enable-canvas option if it's on by default (ffox and seamonkey) or you explicitly set it. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
