mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:20:34 +00:00
gedit: Fix REQUIRED_DISTRO_FEATURES to not overwrite x11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
45c5fd8f2d
commit
87c64236b5
@ -21,12 +21,11 @@ inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc val
|
||||
def gnome_verdir(v):
|
||||
return oe.utils.trim_version(v, 1)
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
# x11 is needed for tepl and gtksourceview4
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user