[oe-commits] [meta-openembedded] 89/91: geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:48:31 UTC 2016


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

commit b2f345a779348ba584e103ce8061954e9d03a9b5
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Feb 25 16:32:55 2016 +0100

    geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame
    
    * all these are checked by configure.ac with PKG_CHECK_MODULES
    * add x11 to required DISTRO_FEATURES
    
    Signed-off-by: Martin Jansa <Martin.Jansa at 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"

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


More information about the Openembedded-commits mailing list