diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-12 18:03:17 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 14:18:37 +0100 |
commit | a5d4f3d649b03c60108552a0df258f4b318a0e04 (patch) | |
tree | bf2319162062de20b4bc891263f2826d9cbc964b | |
parent | 393cdf866b138c8c5a0681f3faa3d18acfb46026 (diff) | |
download | meta-qt5-a5d4f3d649b03c60108552a0df258f4b318a0e04.tar.gz |
qt5-plugin-generic-vboxtouch: Import from meta-webos-ports
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb new file mode 100644 index 00000000..73080643 --- /dev/null +++ b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "This driver extends Qt's platform support (QPA) for Virtualbox guests. \ | ||
2 | It uses the integrated pointer feature to create a smooth conversion from \ | ||
3 | the host pointer to touchscreen events in the guest, without grabbing the \ | ||
4 | host pointer." | ||
5 | SUMMARY = "Touchscreen driver for integrated mouse pointer in VirtualBox" | ||
6 | LICENSE = "LGPL-2.1 & GPL-3.0" | ||
7 | LIC_FILES_CHKSUM = " \ | ||
8 | file://vboxtouch.cpp;beginline=1;endline=22;md5=ca51db8f7c0606c77f702dcee4cf31d9 \ | ||
9 | file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \ | ||
10 | " | ||
11 | |||
12 | PV = "1.0+gitr${SRCPV}" | ||
13 | |||
14 | DEPENDS = "qtbase" | ||
15 | |||
16 | SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git" | ||
17 | SRCREV = "7d7a6dfd501c43687e7bb110610cac5f7c9abd4b" | ||
18 | S = "${WORKDIR}/git/vboxtouch" | ||
19 | |||
20 | inherit qmake5 | ||
21 | |||
22 | FILES_${PN} += "${libdir}/qt5/plugins/generic/libvboxtouchplugin.so" | ||
23 | FILES_${PN}-dbg += "${libdir}/qt5/plugins/generic/.debug/" | ||