diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-07-27 22:09:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-28 07:27:07 -0700 |
| commit | 213a15cb90ead62f606e0d98fda941e090e3e0a8 (patch) | |
| tree | 84388f58b999bd5c7e8c482431d6b47918d39465 /meta-gnome/recipes-connectivity/geary | |
| parent | 54d25dc2025313aeedcb4340329b564ecd6d1105 (diff) | |
| download | meta-openembedded-213a15cb90ead62f606e0d98fda941e090e3e0a8.tar.gz | |
webkitgtk3: add recipe
- Change the meta-gnome recipes to use the gtk3 variant of webkitgtk
- Import gcr3 recipe from oe-core
Most Gnome recipes require webkitgtk built with gtk+3. oe-core is in the
process of updating webkitgtk to be built with gtk4. It will be necessary
to add a recipe that provides the gtk+3 variant, or we wont be able
to use e.g. geary with gmail addresses or provide google integration for
gnome-calendar or nautilus/files.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity/geary')
| -rw-r--r-- | meta-gnome/recipes-connectivity/geary/geary_43.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_43.0.bb b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb index 6085d94fdc..bab4f909e0 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_43.0.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb | |||
| @@ -26,7 +26,7 @@ DEPENDS = " \ | |||
| 26 | libstemmer \ | 26 | libstemmer \ |
| 27 | libxml2 \ | 27 | libxml2 \ |
| 28 | sqlite3 \ | 28 | sqlite3 \ |
| 29 | webkitgtk \ | 29 | webkitgtk3 \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS:${PN} = "gnome-keyring" | 32 | RDEPENDS:${PN} = "gnome-keyring" |
