From bc91e5120c46e76e36306f2e07045e991fffe921 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 4 Dec 2013 15:34:46 +0200 Subject: [PATCH] rpi: compile in the common udev code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Pekka Paalanen --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index fa06d57..34b7048 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.7.4