aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-12-12 18:03:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-17 14:18:37 +0100
commita5d4f3d649b03c60108552a0df258f4b318a0e04 (patch)
treebf2319162062de20b4bc891263f2826d9cbc964b /recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
parent393cdf866b138c8c5a0681f3faa3d18acfb46026 (diff)
qt5-plugin-generic-vboxtouch: Import from meta-webos-ports
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb')
-rw-r--r--recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb23
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 @@
+DESCRIPTION = "This driver extends Qt's platform support (QPA) for Virtualbox guests. \
+It uses the integrated pointer feature to create a smooth conversion from \
+the host pointer to touchscreen events in the guest, without grabbing the \
+host pointer."
+SUMMARY = "Touchscreen driver for integrated mouse pointer in VirtualBox"
+LICENSE = "LGPL-2.1 & GPL-3.0"
+LIC_FILES_CHKSUM = " \
+ file://vboxtouch.cpp;beginline=1;endline=22;md5=ca51db8f7c0606c77f702dcee4cf31d9 \
+ file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \
+"
+
+PV = "1.0+gitr${SRCPV}"
+
+DEPENDS = "qtbase"
+
+SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git"
+SRCREV = "7d7a6dfd501c43687e7bb110610cac5f7c9abd4b"
+S = "${WORKDIR}/git/vboxtouch"
+
+inherit qmake5
+
+FILES_${PN} += "${libdir}/qt5/plugins/generic/libvboxtouchplugin.so"
+FILES_${PN}-dbg += "${libdir}/qt5/plugins/generic/.debug/"