From: Pekka Paalanen <[email protected]> In a recent commit 37d38d932cea8a642e644d091747d0d9c046a00a, "rpi: Use common udev_input for input device handling", the rpi-backend was made to use the common udev code.
It just forgot to actually build the common udev code into the rpi-backend. Cc: Jonas Ådahl <[email protected]> Signed-off-by: Pekka Paalanen <[email protected]> --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index f6f277d..6dcd6c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -227,6 +227,8 @@ rpi_backend_la_SOURCES = \ rpi-renderer.c \ rpi-renderer.h \ rpi-bcm-stubs.h \ + udev-seat.c \ + udev-seat.h \ evdev.c \ evdev.h \ evdev-touchpad.c -- 1.8.3.2 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
