summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-05 00:05:09 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-05 00:05:09 +0000
commit9ffb17080fa82aa550b304be77242e65c42802e1 (patch)
treed3c99145d90979fa39f12547c36f3a9c06f780fc /meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch
parentd9dfbf4e1295d5fc6f7233ae774a78633e887ded (diff)
downloadpoky-9ffb17080fa82aa550b304be77242e65c42802e1.tar.gz
xf86-input-mouse: Fix header files included
Diffstat (limited to 'meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch')
-rw-r--r--meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch b/meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch
new file mode 100644
index 0000000000..665b320df1
--- /dev/null
+++ b/meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch
@@ -0,0 +1,19 @@
1Unbreak the linux mouse driver by using config.h
2
3RP - 4/11/07
4
5Index: git/src/lnx_mouse.c
6===================================================================
7--- git.orig/src/lnx_mouse.c 2008-11-04 23:46:05.000000000 +0000
8+++ git/src/lnx_mouse.c 2008-11-04 23:46:15.000000000 +0000
9@@ -3,8 +3,8 @@
10 * Copyright 1999 by The XFree86 Project, Inc.
11 */
12
13-#ifdef HAVE_XORG_CONFIG_H
14-#include <xorg-config.h>
15+#ifdef HAVE_CONFIG_H
16+#include <config.h>
17 #endif
18
19 #include <X11/X.h>