diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
commit | 0a95e15cdc87de0136734e784d487f9b03170bbb (patch) | |
tree | adae83e51ba5b78869f51aa43cfe8ebfb762ec41 /keymouse/patches/001-no-x11-include.patch | |
download | nanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz |
initial checkin of my nanonote ports feed, including a small README.
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 |