summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/canonical-multitouch
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-01-26 12:55:20 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-01 15:58:07 +0100
commit574d27737333ca727b39a7e59e8aefccfc3d28e8 (patch)
tree739387cd1986043191c94aa95fa47cdf7053defe /meta-oe/recipes-support/canonical-multitouch
parent779aa9dfd996c5878e4b8cdc0a36d9de5516c07a (diff)
downloadmeta-openembedded-574d27737333ca727b39a7e59e8aefccfc3d28e8.tar.gz
grail: initial add 3.1.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/canonical-multitouch')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb
new file mode 100644
index 000000000..6ea10d615
--- /dev/null
+++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Gesture Recognition And Instantiation Library"
2
3HOMEPAGE = "https://launchpad.net/grail"
4
5LICENSE = "GPLv3 & LGPLv3"
6LIC_FILES_CHKSUM = " \
7 file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
8 file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
9"
10
11inherit autotools pkgconfig
12
13DEPENDS = "frame"
14
15SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2"
16SRC_URI[md5sum] = "2ac56af5f6f466b433c99ca12f34c34f"
17SRC_URI[sha256sum] = "c26dced1b3f4317ecf6af36db0e90294d87e43966d56aecc4e97b65368ab78b9"
18
19PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
20PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi"
21
22PACKAGE_BEFORE_PN += "${PN}-test"
23FILES_${PN}-test = "${bindir}/grail-test*"