]> code.ossystems Code Review - openembedded-core.git/commitdiff
xf86-input-mouse: Fix header files included
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 5 Nov 2008 00:05:09 +0000 (00:05 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 5 Nov 2008 00:05:09 +0000 (00:05 +0000)
meta/packages/xorg-driver/xf86-input-mouse/unbreak.patch [new file with mode: 0644]
meta/packages/xorg-driver/xf86-input-mouse_git.bb

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 (file)
index 0000000..665b320
--- /dev/null
@@ -0,0 +1,19 @@
+Unbreak the linux mouse driver by using config.h
+
+RP - 4/11/07
+
+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>
index e1b16788e82f4f62742ab7d90a7e2392871d6dce..5503e56dc325ea487803d9f6c73caf48c7769164 100644 (file)
@@ -3,7 +3,9 @@ require xf86-input-common.inc
 DESCRIPTION = "X.Org X server -- mouse input driver"
 
 PV = "1.3.0+git${SRCREV}"
+PR = "r2"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \
+           file://unbreak.patch;patch=1"
 S = "${WORKDIR}/git"