mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
flatpak: 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:
@@ -12,7 +12,7 @@ SRCREV = "e936e3100d406c50ba49f3ad6a0ecae455345ec0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig gettext systemd gobject-introspection python3native useradd mime features_check
|
||||
inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native useradd mime features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
@@ -48,6 +48,9 @@ RDEPENDS:${PN} = " \
|
||||
EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap"
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
GTKDOC_MESON_OPTION = 'gtkdoc'
|
||||
GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
||||
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
|
||||
PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"
|
||||
|
||||
Reference in New Issue
Block a user