summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-06-29 08:00:10 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-08 08:40:19 -0700
commitcdd196388a3053fad5bed239e08e2c90fd67dc52 (patch)
tree4484a031679f73abb582b3897cbb4d006fe07186
parent6f3784d1b7c24c56e5df26cc17216c75eb6e4e52 (diff)
downloadmeta-openembedded-cdd196388a3053fad5bed239e08e2c90fd67dc52.tar.gz
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>
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
index 8351e7d655..3c1de93c5c 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
@@ -19,7 +19,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
19DEPENDS = " \ 19DEPENDS = " \
20 appstream \ 20 appstream \
21 bison-native \ 21 bison-native \
22 dconf \
23 fuse3 \ 22 fuse3 \
24 gdk-pixbuf \ 23 gdk-pixbuf \
25 glib-2.0 \ 24 glib-2.0 \
@@ -36,7 +35,6 @@ DEPENDS = " \
36 35
37RDEPENDS:${PN} = " \ 36RDEPENDS:${PN} = " \
38 ca-certificates \ 37 ca-certificates \
39 dconf \
40 flatpak-xdg-utils \ 38 flatpak-xdg-utils \
41 fuse3-utils \ 39 fuse3-utils \
42" 40"
@@ -49,6 +47,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
49GTKDOC_MESON_DISABLE_FLAG = 'disabled' 47GTKDOC_MESON_DISABLE_FLAG = 'disabled'
50 48
51PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" 49PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
50PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"
52PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" 51PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
53PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" 52PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native"
54PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" 53PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4"