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