summarylogtreecommitdiffstats
path: root/moc_qvkscreenkey_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'moc_qvkscreenkey_fix.patch')
-rw-r--r--moc_qvkscreenkey_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/moc_qvkscreenkey_fix.patch b/moc_qvkscreenkey_fix.patch
new file mode 100644
index 000000000000..4c3bed3165fa
--- /dev/null
+++ b/moc_qvkscreenkey_fix.patch
@@ -0,0 +1,13 @@
+--- a/screenkey/QvkScreenkey.h 2015-06-14 17:14:13.276872940 -0500
++++ b/screenkey/QvkScreenkey.h 2015-06-14 17:15:21.356869542 -0500
+@@ -9,6 +9,10 @@
+ #include <stdio.h>
+ #include <string.h>
+
++#ifdef Bool
++#undef Bool
++#endif
++
+ class QvkScreenkey: public QObject
+ {
+ Q_OBJECT