From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lundquist Date: Sat, 17 Jan 2009 21:03:04 +0100 Subject: [Buildroot] svn commit: trunk/buildroot/package/cairo In-Reply-To: <87k58t3nkb.fsf@macbook.be.48ers.dk> References: <20090114133637.93DCB769A1@busybox.osuosl.org> <1231944617.6465.10.camel@sven> <20090117095524.GA11505@zelow.no> <87k58t3nkb.fsf@macbook.be.48ers.dk> Message-ID: <20090117200304.GB22848@zelow.no> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sat, Jan 17, 2009 at 05:27:32PM +0100, Peter Korsgaard wrote: > > Thomas> I'll just add it to the configure part in Makefile.autotools.in, configure seems to > Thomas> ignore it if it's not needed instead of complaining. > Thomas> And I'm pretty sure noone cares about html documentation anyway. > Thomas> Both --without-html-dir and --disable-gtk-doc > Thomas> And I'll connect it to BR2_HAVE_DOCUMENTATION > > Sounds like a good idea - Thanks. It seems to work aswell. I guess we should/could do the same thing with DISABLE_LARGEFILE and DISABLE_NLS. The non-autotools .mk's can stay as they are for now. Thomas.