mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
flatpak: add PACKAGECONFIG for dconf
Disable by default to avoid a requirement for meta-gnome 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:
parent
6f3784d1b7
commit
cdd196388a
|
|
@ -19,7 +19,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
|
|||
DEPENDS = " \
|
||||
appstream \
|
||||
bison-native \
|
||||
dconf \
|
||||
fuse3 \
|
||||
gdk-pixbuf \
|
||||
glib-2.0 \
|
||||
|
|
@ -36,7 +35,6 @@ DEPENDS = " \
|
|||
|
||||
RDEPENDS:${PN} = " \
|
||||
ca-certificates \
|
||||
dconf \
|
||||
flatpak-xdg-utils \
|
||||
fuse3-utils \
|
||||
"
|
||||
|
|
@ -49,6 +47,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
|||
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
|
||||
PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user