diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-11-20 16:09:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-20 09:30:40 -0800 |
commit | b5ca85bbeb3629cad07ebffbee6a48e69645630b (patch) | |
tree | d25d4ad698f3f78c80b74f4b524937cedfc6ff9b /meta-oe | |
parent | a5f1b52717c72a1b4b5270b8d1bf40d47690a3d2 (diff) | |
download | meta-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.bb | 4 |
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' | |||
55 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 53 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
56 | 54 | ||
57 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" | 55 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" |
56 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" | ||
57 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" | ||
58 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" | 58 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" |
59 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" | 59 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" |
60 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" | 60 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" |