diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_42.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_42.3.bb b/meta-gnome/recipes-gnome/evince/evince_42.3.bb index 0c97f75e90..5f35d5b33b 100644 --- a/meta-gnome/recipes-gnome/evince/evince_42.3.bb +++ b/meta-gnome/recipes-gnome/evince/evince_42.3.bb | |||
| @@ -19,7 +19,9 @@ DEPENDS = " \ | |||
| 19 | 19 | ||
| 20 | GNOMEBASEBUILDCLASS = "meson" | 20 | GNOMEBASEBUILDCLASS = "meson" |
| 21 | 21 | ||
| 22 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc | 22 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check |
| 23 | |||
| 24 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}" | ||
| 23 | 25 | ||
| 24 | def gnome_verdir(v): | 26 | def gnome_verdir(v): |
| 25 | return oe.utils.trim_version(v, 1) | 27 | return oe.utils.trim_version(v, 1) |
