mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
96430a138e
commit
eb2e61cff9
|
|
@ -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)}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user