From 1e659a9f0f3a3836912c66ab75b5af38e632ef12 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Mar 2015 15:53:36 +0100 Subject: input: remove classic LIRC support It's much easier to configure remotes as X11 input devices. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index d78bb803ac..06e0048b7c 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -185,7 +185,6 @@ def build(ctx): ( "input/keycodes.c" ), ( "input/pipe-win32.c", "waio" ), ( "input/joystick.c", "joystick" ), - ( "input/lirc.c", "lirc" ), ## Misc ( "misc/bstr.c" ), -- cgit v1.2.3