[Buildroot] [PATCH v2] libgtk2: skip tutorial and faq build

justin.swartz at nym.hush.com justin.swartz at nym.hush.com
Thu Feb 26 16:34:33 UTC 2015


This should have been addressed to "peter at korsgaard.com", but my provider claims
that the address is invalid.

On 02/26/2015 at 1:17 AM, "Peter Korsgaard" <peter at korsgaard.com> wrote:
>Why not just pass DB2HTML=false in LIBGTK2_CONF_ENV?
>
DB2HTML=false works perfectly, thanks for pointing that out!

> > +LIBGTK2_CONF_OPTS = \
> > +	--disable-glibtest \
> > +	--enable-explicit-deps=no \
> > +	--disable-gtk-doc-pdf \
> > +	--disable-gtk-doc-html
>
>What does that buy us? gtk-doc is disabled unless --enable-gtk-doc 
>is passed (which we don't), so these shouldn't change anything.
>
I hadn't noticed that --disable-gtk-doc was implicitly passed in *_CONF_OPTS.

Unfortunately there is still documention installed in to /usr/share/gtk-doc/html/,
but it's eventually removed by target-finalize anyway.

Regards
Justin



More information about the buildroot mailing list