From 3e6cd3ef19aca7c79dfc73412f98b70b7de011b4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Dec 2013 20:21:25 +0100 Subject: input: remove LIRCCD support This removes support for the "LIRC Client Daemon", which is separate from LIRC, and hasn't been maintained for 10 years. See github issue #413. --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index bd95bd58c9..7975b1e7e8 100644 --- a/wscript +++ b/wscript @@ -229,10 +229,6 @@ If you really mean to compile without libass support use --disable-libass." 'name' : '--lirc', 'desc' : 'lirc', 'func': check_cc(header_name='lirc/lirc_client.h', lib='lirc_client'), - }, { - 'name' : '--lircc', - 'desc' : 'lircc', - 'func': check_cc(header_name='lirc/lircc.h', lib='lircc'), }, { 'name' : '--vcd', 'desc' : 'VCD support', -- cgit v1.2.3