diff options
| -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 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" | |||
| 19 | DEPENDS = " \ | 19 | DEPENDS = " \ |
| 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 | ||
| 37 | RDEPENDS:${PN} = " \ | 36 | RDEPENDS:${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' | |||
| 49 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 47 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
| 50 | 48 | ||
| 51 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" | 49 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" |
| 50 | PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf" | ||
| 52 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" | 51 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" |
| 53 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" | 52 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" |
| 54 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" | 53 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" |
