aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/toscoterm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-06 16:50:04 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:33 -0700
commit28b7921d5ec9ace30fd6512f13154331a9f74524 (patch)
tree4c68c1033f1f36dd3d68f95f765da9b565ef1fd0 /meta-oe/recipes-support/toscoterm
parent679993691c0cdb32cb81f600d173c99c45ec6f14 (diff)
downloadmeta-openembedded-contrib-28b7921d5ec9ace30fd6512f13154331a9f74524.tar.gz
toscoterm: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/toscoterm')
-rw-r--r--meta-oe/recipes-support/toscoterm/toscoterm_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
index aa031fef87..879b67b7f5 100644
--- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
+++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
@@ -11,7 +11,9 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git"
S = "${WORKDIR}/git"
-inherit gitpkgv pkgconfig
+inherit distro_features_check gitpkgv pkgconfig
+
+REQUIRED_DISTRO_FEATURES = "x11"
do_compile() {
oe_runmake \