summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/flatpak
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-25 07:44:47 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-26 17:32:45 -0700
commitd0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145 (patch)
treeecde1fc2cc74fdcd2253fb35e746dc7e624a4a96 /meta-oe/recipes-extended/flatpak
parent9452c7c202c89ba242d1a845f3af7f8a969e26b0 (diff)
downloadmeta-openembedded-d0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/flatpak')
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb
index 163d732a8..f5a726a83 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.4.bb
@@ -12,7 +12,7 @@ SRCREV = "e936e3100d406c50ba49f3ad6a0ecae455345ec0"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit meson pkgconfig gettext systemd gobject-introspection python3native useradd mime features_check 15inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native useradd mime features_check
16 16
17REQUIRED_DISTRO_FEATURES = "polkit" 17REQUIRED_DISTRO_FEATURES = "polkit"
18 18
@@ -48,6 +48,9 @@ RDEPENDS:${PN} = " \
48EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap" 48EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap"
49 49
50GIR_MESON_OPTION = "" 50GIR_MESON_OPTION = ""
51GTKDOC_MESON_OPTION = 'gtkdoc'
52GTKDOC_MESON_ENABLE_FLAG = 'enabled'
53GTKDOC_MESON_DISABLE_FLAG = 'disabled'
51 54
52PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" 55PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
53PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" 56PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"