diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-06 14:24:45 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 19:20:38 -0800 |
| commit | ce5ca93ff34750177a1f1e7838de7779c9e1f644 (patch) | |
| tree | df417cae1c307554c5a6a6d5364fe97849ac46d3 | |
| parent | 66cc729664a5606471822604a6b166ca2babe2ec (diff) | |
| download | meta-openembedded-ce5ca93ff34750177a1f1e7838de7779c9e1f644.tar.gz | |
tepl: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | 5 |
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 0ac7e3693d..61e82e2856 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 | ||
| 16 | inherit gnomebase gobject-introspection gettext features_check | 16 | inherit gnomebase gobject-introspection gettext features_check |
| 17 | 17 | ||
| 18 | # for gtksourceview4 | ||
| 19 | REQUIRED_DISTRO_FEATURES += "x11" | ||
| 20 | |||
| 18 | SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63" | 21 | SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63" |
| 19 | 22 | ||
| 20 | # gobject-introspection is mandatory and cannot be configured | 23 | # gobject-introspection is mandatory and cannot be configured |
| 21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 24 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
| 22 | GIR_MESON_OPTION = "" | 25 | GIR_MESON_OPTION = "" |
| 23 | 26 | ||
| 24 | GTKDOC_MESON_OPTION = "gtk_doc" | 27 | GTKDOC_MESON_OPTION = "gtk_doc" |
