From 219aaad38ff41ba6de70f1f2edf751bbb44262e4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 29 Jun 2024 08:00:10 +0200 Subject: [PATCH] flatpak: add PACKAGECONFIG for dconf Disable by default to avoid a requirement for meta-gnome Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | 3 +-- 1 file changed, 1 insertion(+), 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 8351e7d6558..3c1de93c5c9 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" 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"