1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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
+2
View File
@@ -21,3 +21,5 @@ EXTRA_OECONF_append = "\
do_configure_prepend () { do_configure_prepend () {
( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} ) ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} )
} }
inherit pkgconfig