libevdev: update to 2.9.0

Converted to meson for compilation speed.

Removed uClibc-ng patch as tests no longer get built.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-04-17 23:41:51 -07:00
parent 0551a5b030
commit b4d4de98d7
2 changed files with 11 additions and 19 deletions
@@ -1,14 +0,0 @@
--- a/test/test-libevdev-init.c
+++ b/test/test-libevdev-init.c
@@ -32,6 +32,11 @@
#include <libevdev/libevdev-uinput.h>
#include "test-common.h"
+/* work-around CLOCK_MONOTONIC_RAW definition missing in uClibc */
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW 4
+#endif
+
START_TEST(test_new_device)
{
struct libevdev *dev;