diff options
author | Ross Burton <ross.burton@intel.com> | 2016-09-05 22:26:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:17 +0100 |
commit | 8dc4a45cc06fda29618f9f2379ed743dc0c536e3 (patch) | |
tree | da2ad216912b6cfee965f97e50de7726212aaa1f /meta/classes/gtk-doc.bbclass | |
parent | 755724d9d5f023450392ae8025a0cb6264283028 (diff) | |
download | openembedded-core-contrib-8dc4a45cc06fda29618f9f2379ed743dc0c536e3.tar.gz |
gtk-doc: only depend on native gtk-doc for documentation generation
Now that gtk-doc-native works correctly, the gtk-doc class doesn't need to
depend on target gtk-doc.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r-- | meta/classes/gtk-doc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index d41c80bb0d2..b2b6239f065 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass @@ -18,7 +18,7 @@ EXTRA_OECONF_prepend_class-target = "${@bb.utils.contains('GTKDOC_ENABLED', 'Tru EXTRA_OECONF_prepend_class-native = "--disable-gtk-doc " EXTRA_OECONF_prepend_class-nativesdk = "--disable-gtk-doc " -DEPENDS_append_class-target = " gtk-doc-native qemu-native gtk-doc" +DEPENDS_append_class-target = " gtk-doc-native qemu-native" # Even though gtkdoc is disabled on -native, gtk-doc package is still # needed for m4 macros. |