| Message ID | 20260408064315.177092-1-f_l_k@t-online.de |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] libcanberra: disable gtk-doc | expand |
diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.30-19.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.30-19.bb index 2c063fd995..de87d5b9c3 100644 --- a/meta-oe/recipes-support/libcanberra/libcanberra_0.30-19.bb +++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.30-19.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ DEPENDS = "libtool libvorbis" -inherit autotools gtk-doc +inherit autotools SRC_URI = " \ git://salsa.debian.org/gnome-team/libcanberra;protocol=https;branch=debian/latest;tag=debian/${PV} \ @@ -19,6 +19,7 @@ EXTRA_OECONF = "\ --disable-oss \ --disable-tdb \ --disable-lynx \ + --disable-gtk-doc \ " PACKAGECONFIG ??= " \
gkt-doc build uses the deprecated gtkdoc-mktmpl tool, which was dropped by upstream in version 1.26 of gtk-doc and fails if 'api-documentation' is in DISTRO_FEATURES. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-support/libcanberra/libcanberra_0.30-19.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)