Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] frame: initial add 2.5.0
@ 2016-01-26 11:55 Andreas Müller
  2016-01-26 11:55 ` [PATCH 2/3] grail: initial add 3.1.0 Andreas Müller
  2016-01-26 11:55 ` [PATCH 3/3] geis: initial add 2.2.17 Andreas Müller
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Müller @ 2016-01-26 11:55 UTC (permalink / raw)
  To: openembedded-devel

Note: configure.ac asks for xorg-server explicitly.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../canonical-multitouch/frame_2.5.0.bb             | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb

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 0000000..ecc9524
--- /dev/null
+++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Frame handles simultaneous touches"
+
+HOMEPAGE = "https://launchpad.net/frame"
+
+LICENSE = "GPLv3 & LGPLv3"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
+    file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
+"
+
+inherit autotools pkgconfig
+
+SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68"
+SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f"
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver"
+
+PACKAGE_BEFORE_PN += "${PN}-test"
+FILES_${PN}-test = "${bindir}/frame-test*"
-- 
2.5.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-25 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 11:55 [PATCH 1/3] frame: initial add 2.5.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 2/3] grail: initial add 3.1.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 3/3] geis: initial add 2.2.17 Andreas Müller
2016-02-23 16:22   ` Martin Jansa
2016-02-23 18:47     ` Andreas Müller
2016-02-25 15:34       ` [PATCH][meta-oe 1/2] zsh: Explicitly set EXTRA_OEMAKE as required Martin Jansa
2016-02-25 15:34         ` [PATCH][meta-oe 2/2] geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox