diff options
-rw-r--r-- | meta/classes/gtk-doc.bbclass | 6 |
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 | ||
29 | export STAGING_DIR_HOST | 29 | export STAGING_DIR_HOST |
30 | 30 | ||
31 | inherit ${@oe.utils.ifelse(d.getVar('GTKDOC_ENABLED') == 'True', 'python3native', '')} | 31 | inherit python3native pkgconfig qemu |
32 | 32 | DEPENDS_append = "${@' qemu-native' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | |
33 | inherit pkgconfig qemu | ||
34 | DEPENDS_append = "${@oe.utils.ifelse(d.getVar('GTKDOC_ENABLED') == 'True', ' qemu-native', '')}" | ||
35 | 33 | ||
36 | do_configure_prepend () { | 34 | do_configure_prepend () { |
37 | ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true ) | 35 | ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true ) |