diff mbox series

[meta-oe,PATCHv2] flatpak: Add packageconfigs for man and docbook docs

Message ID 20231120150901.24756-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-oe,PATCHv2] flatpak: Add packageconfigs for man and docbook docs | expand

Commit Message

Markus Volk Nov. 20, 2023, 3:09 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Nov. 21, 2023, 8:45 p.m. UTC | #1
On Mon, 20 Nov 2023 16:09:01 +0100, Markus Volk wrote:
> 


Applied, thanks!

[1/1] flatpak: Add packageconfigs for man and docbook docs
      commit: b5ca85bbeb3629cad07ebffbee6a48e69645630b

Best regards,
diff mbox series

Patch

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 = " \
     libarchive \
     libcap \
     libxml2 \
-    libxslt-native \
     ostree \
     polkit \
     python3-pyparsing-native \
-    xmlto-native \
     zstd \
 "
 
@@ -55,6 +53,8 @@  GTKDOC_MESON_ENABLE_FLAG = 'enabled'
 GTKDOC_MESON_DISABLE_FLAG = 'disabled'
 
 PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
+PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
+PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native"
 PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4"
 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
 PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"