diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-25 07:44:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:45 -0700 |
commit | d0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145 (patch) | |
tree | ecde1fc2cc74fdcd2253fb35e746dc7e624a4a96 /meta-oe/recipes-extended/flatpak | |
parent | 9452c7c202c89ba242d1a845f3af7f8a969e26b0 (diff) | |
download | meta-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.bb | 5 |
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 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit meson pkgconfig gettext systemd gobject-introspection python3native useradd mime features_check | 15 | inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native useradd mime features_check |
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "polkit" | 17 | REQUIRED_DISTRO_FEATURES = "polkit" |
18 | 18 | ||
@@ -48,6 +48,9 @@ RDEPENDS:${PN} = " \ | |||
48 | EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap" | 48 | EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap" |
49 | 49 | ||
50 | GIR_MESON_OPTION = "" | 50 | GIR_MESON_OPTION = "" |
51 | GTKDOC_MESON_OPTION = 'gtkdoc' | ||
52 | GTKDOC_MESON_ENABLE_FLAG = 'enabled' | ||
53 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | ||
51 | 54 | ||
52 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" | 55 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" |
53 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" | 56 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" |