diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-01-26 12:55:19 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:58:07 +0100 |
| commit | 779aa9dfd996c5878e4b8cdc0a36d9de5516c07a (patch) | |
| tree | 2c0a658d6f0163b76b6ffef72e00b178d4f6137e | |
| parent | 05960f3299f18f394bdf829e52b1b5c0c5ebbe5f (diff) | |
| download | meta-openembedded-779aa9dfd996c5878e4b8cdc0a36d9de5516c07a.tar.gz | |
frame: initial add 2.5.0
Note: configure.ac asks for xorg-server explicitly.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb new file mode 100644 index 0000000000..ecc95247ad --- /dev/null +++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Frame handles simultaneous touches" | ||
| 2 | |||
| 3 | HOMEPAGE = "https://launchpad.net/frame" | ||
| 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 | SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz" | ||
| 14 | SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68" | ||
| 15 | SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
| 18 | PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" | ||
| 19 | |||
| 20 | PACKAGE_BEFORE_PN += "${PN}-test" | ||
| 21 | FILES_${PN}-test = "${bindir}/frame-test*" | ||
