rpi: compile in the common udev code
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Wed, 4 Dec 2013 13:34:46 +0000 (15:34 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 4 Dec 2013 19:38:08 +0000 (11:38 -0800)
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@gmail.com>
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
src/Makefile.am

index fa06d57..34b7048 100644 (file)
@@ -218,6 +218,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