mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
(From OE-Core rev: 0e9318cac2f587921bc8ca2b9c4300d83aafa14b) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
507 B
Diff
22 lines
507 B
Diff
Unbreak the linux mouse driver by using config.h
|
|
|
|
RP - 4/11/07
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Index: git/src/lnx_mouse.c
|
|
===================================================================
|
|
--- git.orig/src/lnx_mouse.c 2008-11-04 23:46:05.000000000 +0000
|
|
+++ git/src/lnx_mouse.c 2008-11-04 23:46:15.000000000 +0000
|
|
@@ -3,8 +3,8 @@
|
|
* Copyright 1999 by The XFree86 Project, Inc.
|
|
*/
|
|
|
|
-#ifdef HAVE_XORG_CONFIG_H
|
|
-#include <xorg-config.h>
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include <config.h>
|
|
#endif
|
|
|
|
#include <X11/X.h>
|