diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-16 14:03:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-16 10:25:51 -0800 |
| commit | bd9d6239fdd1b6223cc73d753f0d47bc5fd7cb7d (patch) | |
| tree | a4f982d88df7eb54ed8dd0b0fc3025d29c2d35b9 | |
| parent | e71b4eae2e9b9ebe2346db061ce87fadc9703633 (diff) | |
| download | meta-openembedded-bd9d6239fdd1b6223cc73d753f0d47bc5fd7cb7d.tar.gz | |
yelp: add opengl to REQUIRED_DISTRO_FEATURES
webkitgtk3 requires this feature.
Also add wayland as an optional required feature, to match the
requirements of webkitgtk3.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 3 |
1 files changed, 2 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 14986f2650..e1c9324940 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | |||
| @@ -7,7 +7,8 @@ GNOMEBASEBUILDCLASS = "autotools" | |||
| 7 | inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg | 7 | inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg |
| 8 | 8 | ||
| 9 | # for webkitgtk | 9 | # for webkitgtk |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 11 | ANY_OF_DISTRO_FEATURES = "wayland x11" | ||
| 11 | 12 | ||
| 12 | SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b" | 13 | SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b" |
| 13 | 14 | ||
