diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 17:21:17 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:33 -0700 |
commit | b868db04a0e19afbdfcf83904606e4ea3e578e34 (patch) | |
tree | c6730930f2a10c79ff7310c1be4c6fb405f54eb6 /meta-oe/recipes-graphics/gtkperf | |
parent | d81fd034bbbffd7d97f4fdf0dd3c41f03ba42eeb (diff) | |
download | meta-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/recipes-graphics/gtkperf')
-rw-r--r-- | meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | 4 |
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 2db91904f..4094513b2 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+" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/${BPN}" | 17 | S = "${WORKDIR}/${BPN}" |
18 | 18 | ||
19 | inherit autotools binconfig pkgconfig gettext | 19 | inherit distro_features_check autotools binconfig pkgconfig gettext |
20 | |||
21 | REQUIRED_DISTRO_FEATURES = "x11" | ||
20 | 22 | ||
21 | do_configure_prepend () { | 23 | do_configure_prepend () { |
22 | rm -f ${S}/m4/init.m4 | 24 | rm -f ${S}/m4/init.m4 |