package/libinput: fix build with libevdev
authorRomain Naour <romain.naour@openwide.fr>
Sun, 24 Aug 2014 16:53:05 +0000 (18:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 25 Aug 2014 18:12:04 +0000 (20:12 +0200)
commite05c6a791d11dbbd619e6be2ebb990cb21db0832
treeebbcc92730511d824495a9065a3c2b6714245f9f
parent16c1af8d9dcfa735655d861299dfaf38b8d73b5f
package/libinput: fix build with libevdev

libevdev and libinput use the same function name (log_msg).
An easy fix is to rename one of the two functions.

Fixes:
http://autobuild.buildroot.net/results/b1e/b1ea94f09d6f7459e3d7794c4a62bbdbb53d5da6/build-end.log

[Thomas: slightly reword the patch description.]

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libinput/libinput-01-rename-log_msg-to-libinput_log_msg.patch [new file with mode: 0644]