aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-12-18 17:41:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-12-20 00:57:48 +0000
commit201fcf27cf07d60b7d6ab89c7dcefe2190217745 (patch)
tree6fb9c4382a591d16184a35943645fabcea049ab0 /recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
parent5b35f89219e5b4a2bc0792d429c93b0bbc9c6898 (diff)
qt5-plugin-generic-vboxtouch: fix segfault
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.bb2
1 files changed, 2 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
index d359db99..1f29dcfe 100644
--- a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
+++ b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
@@ -24,3 +24,5 @@ inherit qmake5
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/generic/libvboxtouchplugin.so"
FILES_${PN}-dev += "${OE_QMAKE_PATH_LIBS}/cmake/*"
+
+SRC_URI += "file://0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch;patchdir=.."