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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user