mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
nautilus: fix api-documentation build
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
9d7b0c98c3
commit
4935eff3d1
|
|
@ -21,7 +21,7 @@ DEPENDS = " \
|
|||
tracker \
|
||||
"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check mime-xdg gtk-icon-cache
|
||||
inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache
|
||||
|
||||
def gnome_verdir(v):
|
||||
return oe.utils.trim_version(v, 1)
|
||||
|
|
@ -31,6 +31,10 @@ SRC_URI[archive.sha256sum] = "d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143
|
|||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
|
||||
|
||||
GIDOCGEN_MESON_OPTION = "docs"
|
||||
GIDOCGEN_MESON_ENABLE_FLAG = 'true'
|
||||
GIDOCGEN_MESON_DISABLE_FLAG = 'false'
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
-Dtests=none \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user