summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-doc.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r--meta/classes/gtk-doc.bbclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index b8db4280bc..3f731cb93b 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -28,10 +28,8 @@ GTKDOC_DOCDIR ?= "${S}"
28 28
29export STAGING_DIR_HOST 29export STAGING_DIR_HOST
30 30
31inherit ${@oe.utils.ifelse(d.getVar('GTKDOC_ENABLED') == 'True', 'python3native', '')} 31inherit python3native pkgconfig qemu
32 32DEPENDS_append = "${@' qemu-native' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
33inherit pkgconfig qemu
34DEPENDS_append = "${@oe.utils.ifelse(d.getVar('GTKDOC_ENABLED') == 'True', ' qemu-native', '')}"
35 33
36do_configure_prepend () { 34do_configure_prepend () {
37 ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true ) 35 ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true )