diff options
-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 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+" | |||
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 |