diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 23:55:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 11:49:40 +0100 |
commit | 7ee05554c55607d9aa02f9a93762e2024bcd4bb0 (patch) | |
tree | 9bd3c2b4f2e8511e51baf3229020a227f295881e /meta/classes/gtk-doc.bbclass | |
parent | b550572bdad318aed02230496721430eec89c937 (diff) | |
download | openembedded-core-7ee05554c55607d9aa02f9a93762e2024bcd4bb0.tar.gz openembedded-core-7ee05554c55607d9aa02f9a93762e2024bcd4bb0.tar.bz2 openembedded-core-7ee05554c55607d9aa02f9a93762e2024bcd4bb0.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r-- | meta/classes/gtk-doc.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index fb7863e99b..e32f98dcfc 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass @@ -21,3 +21,5 @@ EXTRA_OECONF_append = "\ do_configure_prepend () { ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} ) } + +inherit pkgconfig |