gssdp: Fix build with api-documentation enabled

This fixes:
| Run-time dependency gi-docgen found: YES 2023.1
| Program gi-docgen found: NO
|
| ../gssdp-1.4.0.1/doc/meson.build:4: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-10 07:51:32 +01:00 committed by Khem Raj
parent 96430a138e
commit eb2e61cff9

View File

@ -16,7 +16,7 @@ DEPENDS = " \
libsoup-2.4 \
"
inherit meson pkgconfig gobject-introspection vala gtk-doc features_check
inherit meson pkgconfig gobject-introspection vala gi-docgen features_check
SNIFFER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "gnome-layer", "sniffer", "", d)}"