mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
keybinder: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
b8ecc2e007
commit
8ad93299a2
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user