mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 13:23:38 +00:00
gtkperf: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d81fd034bb
commit
b868db04a0
@ -16,7 +16,9 @@ DEPENDS = "gtk+"
|
|||||||
|
|
||||||
S = "${WORKDIR}/${BPN}"
|
S = "${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
inherit autotools binconfig pkgconfig gettext
|
inherit distro_features_check autotools binconfig pkgconfig gettext
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
rm -f ${S}/m4/init.m4
|
rm -f ${S}/m4/init.m4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user