[PATCH weston 2/4] rpi: compile in the common udev code

ppaalanen at gmail.com ppaalanen at gmail.com
Wed Dec 4 05:34:46 PST 2013


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

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 <jadahl at gmail.com>
Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
 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



More information about the wayland-devel mailing list