diff options
| -rw-r--r-- | meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb index 9f2835a5dc..0ee53afb6d 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb | |||
| @@ -29,11 +29,9 @@ DEPENDS = " \ | |||
| 29 | libarchive \ | 29 | libarchive \ |
| 30 | libcap \ | 30 | libcap \ |
| 31 | libxml2 \ | 31 | libxml2 \ |
| 32 | libxslt-native \ | ||
| 33 | ostree \ | 32 | ostree \ |
| 34 | polkit \ | 33 | polkit \ |
| 35 | python3-pyparsing-native \ | 34 | python3-pyparsing-native \ |
| 36 | xmlto-native \ | ||
| 37 | zstd \ | 35 | zstd \ |
| 38 | " | 36 | " |
| 39 | 37 | ||
| @@ -55,6 +53,8 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled' | |||
| 55 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 53 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
| 56 | 54 | ||
| 57 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" | 55 | PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl" |
| 56 | PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native" | ||
| 57 | PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native" | ||
| 58 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" | 58 | PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4" |
| 59 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" | 59 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native" |
| 60 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" | 60 | PACKAGECONFIG[xauth] = "-Dxauth=enabled,-Dxauth=disabled,xauth" |
