diff options
Diffstat (limited to 'source/a/gpm/gpm-1.20.1-input.patch')
-rw-r--r-- | source/a/gpm/gpm-1.20.1-input.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/a/gpm/gpm-1.20.1-input.patch b/source/a/gpm/gpm-1.20.1-input.patch new file mode 100644 index 00000000..152e6038 --- /dev/null +++ b/source/a/gpm/gpm-1.20.1-input.patch @@ -0,0 +1,16 @@ +diff -ur gpm-1.20.1.orig/src/headers/config.h.in gpm-1.20.1/src/headers/config.h.in +--- gpm-1.20.1.orig/src/headers/config.h.in 2004-09-04 10:24:11.000000000 -0400 ++++ gpm-1.20.1/src/headers/config.h.in 2004-09-04 10:26:02.000000000 -0400 +@@ -46,6 +46,12 @@ + /* Define if you have the <linux/input.h> header file. */ + #undef HAVE_LINUX_INPUT_H + ++/* Definedif you have the input_id structure */ ++#undef HAVE_INPUT_ID ++ ++/* Definedif you have the input_absinfo structure */ ++#undef HAVE_INPUT_ABSINFO ++ + /* Define if you have the <linux/joystick.h> header file. */ + #undef HAVE_LINUX_JOYSTICK_H + |