diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gedit/gedit_41.0.bb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb index b8d686fa50..adba8ab2f9 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb | |||
| @@ -21,12 +21,11 @@ inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc val | |||
| 21 | def gnome_verdir(v): | 21 | def gnome_verdir(v): | 
| 22 | return oe.utils.trim_version(v, 1) | 22 | return oe.utils.trim_version(v, 1) | 
| 23 | 23 | ||
| 24 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 25 | |||
| 26 | SRC_URI[archive.sha256sum] = "7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5" | 24 | SRC_URI[archive.sha256sum] = "7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5" | 
| 27 | 25 | ||
| 28 | # gobject-introspection is mandatory and cannot be configured | 26 | # gobject-introspection is mandatory and cannot be configured | 
| 29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 27 | # x11 is needed for tepl and gtksourceview4 | 
| 28 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" | ||
| 30 | GIR_MESON_OPTION = "" | 29 | GIR_MESON_OPTION = "" | 
| 31 | 30 | ||
| 32 | GTKDOC_MESON_OPTION = "gtk_doc" | 31 | GTKDOC_MESON_OPTION = "gtk_doc" | 
