gtk-doc: Ensure we run gtkdocize else we could see build failures (e.g. evolution-data-server)

This is a fix to Ross' series, we need to run gtkdocize in case anything
was built from source control and the appropriate files are missing.

(From OE-Core rev: aaf762bf20635a92d16e7aad6c154891d9d689c4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-07-20 16:55:46 +01:00
parent a92bce83e4
commit 655654de62
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@ EXTRA_OECONF_append = "\
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
"
do_configure_prepend () {
gtkdocize
}