libgtkstylus: only include when x11 in DISTRO_FEATURES

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2018-03-07 08:29:50 -08:00
parent 88cb678c6e
commit 4341103dbd
@@ -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"