summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-driver/xf86-input-mouse_git.bb
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_git.bb
parentd9dfbf4e1295d5fc6f7233ae774a78633e887ded (diff)
downloadpoky-9ffb17080fa82aa550b304be77242e65c42802e1.tar.gz
xf86-input-mouse: Fix header files included
Diffstat (limited to 'meta/packages/xorg-driver/xf86-input-mouse_git.bb')
-rw-r--r--meta/packages/xorg-driver/xf86-input-mouse_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-driver/xf86-input-mouse_git.bb b/meta/packages/xorg-driver/xf86-input-mouse_git.bb
index e1b16788e8..5503e56dc3 100644
--- a/meta/packages/xorg-driver/xf86-input-mouse_git.bb
+++ b/meta/packages/xorg-driver/xf86-input-mouse_git.bb
@@ -3,7 +3,9 @@ require xf86-input-common.inc
3DESCRIPTION = "X.Org X server -- mouse input driver" 3DESCRIPTION = "X.Org X server -- mouse input driver"
4 4
5PV = "1.3.0+git${SRCREV}" 5PV = "1.3.0+git${SRCREV}"
6PR = "r2"
6 7
7SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git" 8SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \
9 file://unbreak.patch;patch=1"
8S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
9 11