diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 16:32:55 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:30 +0100 |
commit | b2f345a779348ba584e103ce8061954e9d03a9b5 (patch) | |
tree | 0866c34a0b2a6211dde2a53df5bb33e2f70c2808 /meta-oe/recipes-support | |
parent | 27bb27f8780896663eeaa502456aefa3828a030c (diff) | |
download | meta-openembedded-b2f345a779348ba584e103ce8061954e9d03a9b5.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 6 |
1 files 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 9403bdf22..bc88143ed 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 = " \ | |||
13 | file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 13 | file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | inherit autotools pkgconfig python3native lib_package | 16 | inherit autotools pkgconfig python3native lib_package distro_features_check |
17 | 17 | ||
18 | DEPENDS += "grail dbus-glib python3" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
19 | |||
20 | DEPENDS += "grail dbus-glib python3 virtual/libx11 libxext libxi libxcb dbus frame" | ||
19 | 21 | ||
20 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz" | 22 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz" |
21 | SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" | 23 | SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" |