summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb')
-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"