mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 21:59:42 +01:00
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. (From OE-Core rev: 8dc4a45cc06fda29618f9f2379ed743dc0c536e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
620e2bf936
commit
ab3f23970d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user