Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe 2/2] geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame
Date: Thu, 25 Feb 2016 16:34:35 +0100	[thread overview]
Message-ID: <1456414475-31462-2-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1456414475-31462-1-git-send-email-Martin.Jansa@gmail.com>

* all these are checked by configure.ac with PKG_CHECK_MODULES
* add x11 to required DISTRO_FEATURES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
index 9403bdf..bc88143 100644
--- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
@@ -13,9 +13,11 @@ LIC_FILES_CHKSUM = " \
     file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
 "
 
-inherit autotools pkgconfig python3native lib_package
+inherit autotools pkgconfig python3native lib_package distro_features_check
 
-DEPENDS += "grail dbus-glib python3"
+REQUIRED_DISTRO_FEATURES = "x11"
+
+DEPENDS += "grail dbus-glib python3 virtual/libx11 libxext libxi libxcb dbus frame"
 
 SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf"
-- 
2.7.1



      reply	other threads:[~2016-02-25 15:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-26 11:55 [PATCH 1/3] frame: initial add 2.5.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 2/3] grail: initial add 3.1.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 3/3] geis: initial add 2.2.17 Andreas Müller
2016-02-23 16:22   ` Martin Jansa
2016-02-23 18:47     ` Andreas Müller
2016-02-25 15:34       ` [PATCH][meta-oe 1/2] zsh: Explicitly set EXTRA_OEMAKE as required Martin Jansa
2016-02-25 15:34         ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456414475-31462-2-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox