diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb index 31513a5f61..66a29a094e 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb | |||
@@ -26,7 +26,7 @@ inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext f | |||
26 | def gnome_verdir(v): | 26 | def gnome_verdir(v): |
27 | return oe.utils.trim_version(v, 1) | 27 | return oe.utils.trim_version(v, 1) |
28 | 28 | ||
29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
30 | 30 | ||
31 | SRC_URI[archive.sha256sum] = "33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0" | 31 | SRC_URI[archive.sha256sum] = "33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0" |
32 | 32 | ||