summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb
index 9f2835a5dc..0ee53afb6d 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb
@@ -29,11 +29,9 @@ DEPENDS = " \
29 libarchive \ 29 libarchive \
30 libcap \ 30 libcap \
31 libxml2 \ 31 libxml2 \
32 libxslt-native \
33 ostree \ 32 ostree \
34 polkit \ 33 polkit \
35 python3-pyparsing-native \ 34 python3-pyparsing-native \
36 xmlto-native \
37 zstd \ 35 zstd \
38" 36"
39 37
@@ -55,6 +53,8 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
55GTKDOC_MESON_DISABLE_FLAG = 'disabled' 53GTKDOC_MESON_DISABLE_FLAG = 'disabled'
56 54
57PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" 55PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
56PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
57PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native"
58PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" 58PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4"
59PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" 59PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
60PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" 60PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"