aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 08:29:50 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:35 -0700
commit4341103dbd559d916927d4bc5eaa0e6b4b8c63d6 (patch)
tree25a7990b31669d947c0d7d49f2c92771a80f7022
parent88cb678c6ebb5fd589dbc6864c87179e2e7011ff (diff)
downloadmeta-openembedded-4341103dbd559d916927d4bc5eaa0e6b4b8c63d6.tar.gz
libgtkstylus: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
index 3cd7910769..a7c8a6fce1 100644
--- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
+++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
@@ -5,7 +5,9 @@ LICENSE = "LGPL-2.0+"
LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
PR = "r4"
-inherit autotools pkgconfig
+inherit distro_features_check autotools pkgconfig
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \
file://gtkstylus.sh"