mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
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>
This commit is contained in:
@@ -29,11 +29,9 @@ DEPENDS = " \
|
|||||||
libarchive \
|
libarchive \
|
||||||
libcap \
|
libcap \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt-native \
|
|
||||||
ostree \
|
ostree \
|
||||||
polkit \
|
polkit \
|
||||||
python3-pyparsing-native \
|
python3-pyparsing-native \
|
||||||
xmlto-native \
|
|
||||||
zstd \
|
zstd \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -55,6 +53,8 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
|||||||
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||||
|
|
||||||
PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
|
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[soup] = "-Dhttp_backend=soup,,libsoup-2.4"
|
||||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
|
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
|
||||||
PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"
|
PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth"
|
||||||
|
|||||||
Reference in New Issue
Block a user