From a5d4f3d649b03c60108552a0df258f4b318a0e04 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Dec 2014 18:03:17 +0100 Subject: qt5-plugin-generic-vboxtouch: Import from meta-webos-ports Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb 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/" -- cgit v1.2.3-54-g00ecf