]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-doc: Ensure we run gtkdocize else we could see build failures (e.g. evolution...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2012 15:55:46 +0000 (16:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:10 +0000 (11:40 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gtk-doc.bbclass

index 603b1916a94c1983d2698058ccf0f966713f5c0c..8a312f5b2f7612367396cf247c4a9472dceb0908 100644 (file)
@@ -14,3 +14,7 @@ EXTRA_OECONF_append = "\
   --disable-gtk-doc-html \
   --disable-gtk-doc-pdf \
 "
+
+do_configure_prepend () {
+       gtkdocize
+}