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-gnome/yelp | |
| 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-gnome/yelp')
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb index 200ed0f709..51d51ee0ab 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | |||
| @@ -19,7 +19,7 @@ DEPENDS += " \ | |||
| 19 | libxslt \ | 19 | libxslt \ |
| 20 | sqlite3 \ | 20 | sqlite3 \ |
| 21 | libhandy \ | 21 | libhandy \ |
| 22 | webkitgtk \ | 22 | webkitgtk3 \ |
| 23 | yelp-xsl \ | 23 | yelp-xsl \ |
| 24 | " | 24 | " |
| 25 | PACKAGECONFIG_SOUP ?= "soup3" | 25 | PACKAGECONFIG_SOUP ?= "soup3" |
