]> code.ossystems Code Review - openembedded-core.git/commit
glib: Add --disable-man to configure arguments
authorPhil Blundell <pb@pbcl.net>
Thu, 25 Apr 2013 14:34:21 +0000 (15:34 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 May 2013 15:06:12 +0000 (16:06 +0100)
commit03a1a14839064af6cb85bd534450f09d5b6b8f55
treeb399b43309ec50ecdb4f38c1e3f969c0324fcf5e
parent6a9873477faea55a8e8d59a431b8f3c928a2c871
glib: Add --disable-man to configure arguments

Without this, glib will probe for the existence of xsltproc and use that
to decide whether or not it wants to generate manpages.  This has two
consequences, neither of them good:

a) the result of the build will vary depending on whether xsltproc
happens to be installed in either the native sysroot or the host
environment; and

b) if xsltproc does happen to be installed but docbook-xsl isn't, the
build will fail with "I/O error" messages.

(From OE-Core master rev: b2e2c6e1a20ea4c53dea04992bb1b38890a959dd)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc