summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-06 14:24:45 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-06 19:20:38 -0800
commitce5ca93ff34750177a1f1e7838de7779c9e1f644 (patch)
treedf417cae1c307554c5a6a6d5364fe97849ac46d3 /meta-gnome/recipes-gnome
parent66cc729664a5606471822604a6b166ca2babe2ec (diff)
downloadmeta-openembedded-ce5ca93ff34750177a1f1e7838de7779c9e1f644.tar.gz
tepl: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb
index 0ac7e3693..61e82e285 100644
--- a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb
+++ b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb
@@ -15,10 +15,13 @@ GNOMEBASEBUILDCLASS = "meson"
15 15
16inherit gnomebase gobject-introspection gettext features_check 16inherit gnomebase gobject-introspection gettext features_check
17 17
18# for gtksourceview4
19REQUIRED_DISTRO_FEATURES += "x11"
20
18SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63" 21SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63"
19 22
20# gobject-introspection is mandatory and cannot be configured 23# gobject-introspection is mandatory and cannot be configured
21REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 24REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
22GIR_MESON_OPTION = "" 25GIR_MESON_OPTION = ""
23 26
24GTKDOC_MESON_OPTION = "gtk_doc" 27GTKDOC_MESON_OPTION = "gtk_doc"