vte9: Fix build with api-documentation enabled

This fixes:
| Program gi-docgen found: NO
|
| ../vte-0.74.1/doc/reference/meson.build:18:11: ERROR: Program 'gi-docgen' not
found or not executable

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2023-11-11 21:12:24 +01:00
committed by Khem Raj
parent 6408ebb964
commit 017c56d47e
+2 -2
View File
@@ -11,10 +11,10 @@ S = "${WORKDIR}/vte-${PV}"
SRC_URI[archive.sha256sum] = "2328c3f1c998350a18e0e513348e9fc581d57ea4e7b89aedf11e0e3c65042b4f"
inherit gnomebase gtk-doc gobject-introspection features_check systemd upstream-version-is-even vala
inherit gnomebase gi-docgen gobject-introspection features_check systemd upstream-version-is-even vala
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
GIR_MESON_OPTION = "gir"
GTKDOC_MESON_OPTION = "docs"
GIDOCGEN_MESON_OPTION = "docs"
PACKAGECONFIG ?= "gnutls"
PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"