mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-11 00:25:19 +02:00
qt5-plugin-generic-vboxtouch: Import from meta-webos-ports
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
23
recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
Normal file
23
recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
Normal file
@@ -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/"
|
||||
Reference in New Issue
Block a user