keybinder: 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:16:35 -08:00
parent b8ecc2e007
commit 8ad93299a2

View File

@ -18,7 +18,9 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
RDEPENDS_${PN} = "gtk+"
inherit autotools gtk-doc gobject-introspection
inherit distro_features_check autotools gtk-doc gobject-introspection
REQUIRED_DISTRO_FEATURES = "x11"
do_configure_prepend() {
touch ${S}/ChangeLog
}