[oe-commits] [meta-openembedded] 39/87: keybinder: only include when x11 in DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:03:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 8ad93299a20c5369cec773cfe276398ac646dc8e
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Mar 7 08:16:35 2018 -0800

    keybinder: only include when x11 in DISTRO_FEATURES
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index d6744a3..0a0a3e6 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list