diff mbox series

[4/9] gtk-doc: fix DEPENDS

Message ID 20240110130730.3698802-4-ross.burton@arm.com
State Accepted, archived
Commit 3e2114df7b70d8a16873d7e1fb1e61eedf7d3e2a
Headers show
Series [1/9] glib-2.0: no need to depend on target gtk-doc | expand

Commit Message

Ross Burton Jan. 10, 2024, 1:07 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The use of xmlto and six was removed many years ago, instead depend
directly on docbook-xml and docbook-xsl.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
index 2e8ab1c771a..f2f37610f9e 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
@@ -16,7 +16,7 @@  PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "api-documentation",
 # into its scripts. This means that target gtk-doc package is broken;
 # hopefully no one minds because its scripts are not used for anything during build
 # and shouldn't be used on targets.
-PACKAGECONFIG[working-scripts] = ",,libxslt-native xmlto-native python3-six python3-pygments"
+PACKAGECONFIG[working-scripts] = ",,libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets python3-pygments"
 PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,glib-2.0"
 
 CACHED_CONFIGUREVARS += "ac_cv_path_XSLTPROC=xsltproc"