On Tue, Mar 31, 2026 at 5:58 PM Martin Jansa via
lists.openembedded.org <[email protected]>
wrote:
>
> From: Markus Volk <[email protected]>
>
> Disable by default to avoid a requirement for meta-gnome
>
> Signed-off-by: Markus Volk <[email protected]>
> Signed-off-by: Khem Raj <[email protected]>
> ---
>  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 639027701b..3a2974294f 100644
> --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
> +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
> @@ -21,7 +21,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
>  DEPENDS = " \
>      appstream \
>      bison-native \
> -    dconf \
>      fuse3 \
>      gdk-pixbuf \
>      glib-2.0 \
> @@ -38,7 +37,6 @@ DEPENDS = " \
>
>  RDEPENDS:${PN} = " \
>      ca-certificates \
> -    dconf \
>      flatpak-xdg-utils \
>      fuse3-utils \
>  "
> @@ -51,6 +49,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
>  GTKDOC_MESON_DISABLE_FLAG = 'disabled'
>
>  PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
> +PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"

This will change the behaviour for this recipe. Why is it needed? Are
there problems if it's left enabled?


>  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"
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125974): 
https://lists.openembedded.org/g/openembedded-devel/message/125974
Mute This Topic: https://lists.openembedded.org/mt/118593820/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to