diff options
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb | 23 |
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 0000000000..6ea10d615c --- /dev/null +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Gesture Recognition And Instantiation Library" | ||
| 2 | |||
| 3 | HOMEPAGE = "https://launchpad.net/grail" | ||
| 4 | |||
| 5 | LICENSE = "GPLv3 & LGPLv3" | ||
| 6 | LIC_FILES_CHKSUM = " \ | ||
| 7 | file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
| 8 | file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 9 | " | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | DEPENDS = "frame" | ||
| 14 | |||
| 15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" | ||
| 16 | SRC_URI[md5sum] = "2ac56af5f6f466b433c99ca12f34c34f" | ||
| 17 | SRC_URI[sha256sum] = "c26dced1b3f4317ecf6af36db0e90294d87e43966d56aecc4e97b65368ab78b9" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
| 20 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" | ||
| 21 | |||
| 22 | PACKAGE_BEFORE_PN += "${PN}-test" | ||
| 23 | FILES_${PN}-test = "${bindir}/grail-test*" | ||
