aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-06 17:21:17 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:33 -0700
commitb868db04a0e19afbdfcf83904606e4ea3e578e34 (patch)
treec6730930f2a10c79ff7310c1be4c6fb405f54eb6 /meta-oe
parentd81fd034bbbffd7d97f4fdf0dd3c41f03ba42eeb (diff)
downloadmeta-openembedded-b868db04a0e19afbdfcf83904606e4ea3e578e34.tar.gz
gtkperf: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
index 2db91904f8..4094513b29 100644
--- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
+++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
@@ -16,7 +16,9 @@ DEPENDS = "gtk+"
S = "${WORKDIR}/${BPN}"
-inherit autotools binconfig pkgconfig gettext
+inherit distro_features_check autotools binconfig pkgconfig gettext
+
+REQUIRED_DISTRO_FEATURES = "x11"
do_configure_prepend () {
rm -f ${S}/m4/init.m4