summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-20 16:09:01 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-20 09:30:40 -0800
commitb5ca85bbeb3629cad07ebffbee6a48e69645630b (patch)
treed25d4ad698f3f78c80b74f4b524937cedfc6ff9b /meta-oe
parenta5f1b52717c72a1b4b5270b8d1bf40d47690a3d2 (diff)
downloadmeta-openembedded-b5ca85bbeb3629cad07ebffbee6a48e69645630b.tar.gz
flatpak: Add packageconfigs for man and docbook docs
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')
-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 9f2835a5d..0ee53afb6 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"