summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb6
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 9403bdf22c..bc88143ed6 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
16inherit autotools pkgconfig python3native lib_package 16inherit autotools pkgconfig python3native lib_package distro_features_check
17 17
18DEPENDS += "grail dbus-glib python3" 18REQUIRED_DISTRO_FEATURES = "x11"
19
20DEPENDS += "grail dbus-glib python3 virtual/libx11 libxext libxi libxcb dbus frame"
19 21
20SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz" 22SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz"
21SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" 23SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf"