summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-06-01 08:00:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-04 15:15:00 +0100
commitf1eb044403b543e1122656d89280ea5202783a78 (patch)
tree52c400d40d5112d6ad9a5878d3582a64e8b76c6c /meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb
parent5e12d1f55f32c0a41c41eee2d8163d4737b31bb4 (diff)
downloadpoky-f1eb044403b543e1122656d89280ea5202783a78.tar.gz
xf86-input-mouse: add fix for buld fix do for 1.20 xorg-server update
../../xf86-input-mouse-1.9.2/src/mouse.c:824:5: error: implicit declaration of function 'xf86GetOS'; did you mean 'xf86SetDpi'? [-Werror=implicit-function-declaration] | xf86GetOS(&osname, NULL, NULL, NULL); | ^~~~~~~~~ (From OE-Core rev: 88ce0df3b769f1932b4a9d44e39bf6551c802d9b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb
index 0750476a23..8dea384e7c 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.2.bb
@@ -10,5 +10,7 @@ driver."
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=90ea9f90d72b6d9327dede5ffdb2a510" 11LIC_FILES_CHKSUM = "file://COPYING;md5=90ea9f90d72b6d9327dede5ffdb2a510"
12 12
13SRC_URI += "file://0001-Adapt-to-removal-of-xf86GetOS.patch"
14
13SRC_URI[md5sum] = "ce2d679283a22c8e0dccdd9248594845" 15SRC_URI[md5sum] = "ce2d679283a22c8e0dccdd9248594845"
14SRC_URI[sha256sum] = "f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f" 16SRC_URI[sha256sum] = "f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f"