* [PATCH] gtk-doc: Add pkgconfig inherit
@ 2014-06-24 22:55 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-24 22:55 UTC (permalink / raw)
To: openembedded-core
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>
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index fb7863e..e32f98d 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-24 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 22:55 [PATCH] gtk-doc: Add pkgconfig inherit Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.