From 28b7921d5ec9ace30fd6512f13154331a9f74524 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 6 Mar 2018 16:50:04 -0800 Subject: [PATCH] toscoterm: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \