mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -21,7 +21,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
|
|||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
appstream \
|
appstream \
|
||||||
bison-native \
|
bison-native \
|
||||||
dconf \
|
|
||||||
fuse3 \
|
fuse3 \
|
||||||
gdk-pixbuf \
|
gdk-pixbuf \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
@@ -38,7 +37,6 @@ DEPENDS = " \
|
|||||||
|
|
||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
dconf \
|
|
||||||
flatpak-xdg-utils \
|
flatpak-xdg-utils \
|
||||||
fuse3-utils \
|
fuse3-utils \
|
||||||
"
|
"
|
||||||
@@ -51,6 +49,7 @@ 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[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"
|
||||||
PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
|
PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
|
||||||
PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-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"
|
||||||
|
|||||||
Reference in New Issue
Block a user