diff options
Diffstat (limited to 'keymouse/patches/001-no-x11-include.patch')
-rw-r--r-- | keymouse/patches/001-no-x11-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keymouse/patches/001-no-x11-include.patch b/keymouse/patches/001-no-x11-include.patch new file mode 100644 index 0000000..33f0ebf --- /dev/null +++ b/keymouse/patches/001-no-x11-include.patch @@ -0,0 +1,10 @@ +--- a/src/shortcut.h 2010-09-25 20:29:03.237575472 +0200 ++++ b/src/shortcut.h 2010-09-25 20:29:20.167570555 +0200 +@@ -26,7 +26,6 @@ + #define SHORTCUT_H + + #include <string> +-#include <X11/Xlib.h> + #include "device.h" + + /*! \brief Valid actions for config file |