summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 163d732a86..f5a726a83d 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"