xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION = "This driver extends Qt's platform support (QPA) for Virtualbox guests. \
2It uses the integrated pointer feature to create a smooth conversion from \
3the host pointer to touchscreen events in the guest, without grabbing the \
4host pointer."
5SUMMARY = "Touchscreen driver for integrated mouse pointer in VirtualBox"
6LICENSE = "LGPL-2.1-only & GPL-3.0-only"
7LIC_FILES_CHKSUM = " \
8    file://vboxtouch.cpp;beginline=1;endline=22;md5=ca51db8f7c0606c77f702dcee4cf31d9 \
9    file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \
10"
11
12PV = "1.1.4+gitr${SRCPV}"
13
14DEPENDS = "qtbase"
15
16# Needed with gcc-5.2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801
17CXXFLAGS += "-Wno-narrowing"
18
19SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git;branch=master;protocol=https \
20           file://0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch;patchdir=.. \
21           file://0001-include-errno.h-for-errno-definition.patch;patchdir=.. \
22           "
23SRCREV = "3f2bdb5a1d346f02d5ab185522271ba2288a42bb"
24S = "${WORKDIR}/git/vboxtouch"
25
26inherit qmake5
27
28FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/generic/libvboxtouchplugin.so"
29FILES:${PN}-dev += "${OE_QMAKE_PATH_LIBS}/cmake/*"
30
31