mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -7,7 +7,8 @@ GNOMEBASEBUILDCLASS = "autotools"
|
|||||||
inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
|
inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
|
||||||
|
|
||||||
# for webkitgtk
|
# for webkitgtk
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||||
|
ANY_OF_DISTRO_FEATURES = "wayland x11"
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
|
SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user