diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-03-31 11:58:20 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-03 15:00:48 +0530 |
| commit | 4feb9130b0c3450293f45d4fc424e4e74eefafa3 (patch) | |
| tree | 0043bb7a979e334a508172d229d470ccdd24df7f /meta-oe | |
| parent | 4810cd8c5bbc0b4349a78eac85a6a882bc0b03a2 (diff) | |
| download | meta-openembedded-4feb9130b0c3450293f45d4fc424e4e74eefafa3.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>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | 3 |
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 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" | |||
| 21 | DEPENDS = " \ | 21 | DEPENDS = " \ |
| 22 | appstream \ | 22 | appstream \ |
| 23 | bison-native \ | 23 | bison-native \ |
| 24 | dconf \ | ||
| 25 | fuse3 \ | 24 | fuse3 \ |
| 26 | gdk-pixbuf \ | 25 | gdk-pixbuf \ |
| 27 | glib-2.0 \ | 26 | glib-2.0 \ |
| @@ -38,7 +37,6 @@ DEPENDS = " \ | |||
| 38 | 37 | ||
| 39 | RDEPENDS:${PN} = " \ | 38 | RDEPENDS:${PN} = " \ |
| 40 | ca-certificates \ | 39 | ca-certificates \ |
| 41 | dconf \ | ||
| 42 | flatpak-xdg-utils \ | 40 | flatpak-xdg-utils \ |
| 43 | fuse3-utils \ | 41 | fuse3-utils \ |
| 44 | " | 42 | " |
| @@ -51,6 +49,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled' | |||
| 51 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 49 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
| 52 | 50 | ||
| 53 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" | 51 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" |
| 52 | PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf" | ||
| 54 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" | 53 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" |
| 55 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" | 54 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" |
| 56 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" | 55 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" |
