gtk-doc: Add pkgconfig inherit

Anything using gtk-doc will be using pkgconfig as well so
add in the dependency rather than doing it for each and every recipe.

(From OE-Core rev: 7ee05554c55607d9aa02f9a93762e2024bcd4bb0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-06-24 23:55:00 +01:00
parent c3c1ceb7a0
commit b7c077ac79
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ EXTRA_OECONF_append = "\
do_configure_prepend () {
( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} )
}
inherit pkgconfig