mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
keybinder: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user