diff options
author | wm4 <wm4@nowhere> | 2015-03-24 15:53:36 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-24 16:04:44 +0100 |
commit | 1e659a9f0f3a3836912c66ab75b5af38e632ef12 (patch) | |
tree | 9b2774cde48b1b89b27df323fcf4c1c1ea6ea327 /old-configure | |
parent | d5318e5e095f3ef831b5251b554ce790da3c40c7 (diff) |
input: remove classic LIRC support
It's much easier to configure remotes as X11 input devices.
Diffstat (limited to 'old-configure')
-rwxr-xr-x | old-configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/old-configure b/old-configure index fe887afc3e..be271aaa9c 100755 --- a/old-configure +++ b/old-configure @@ -164,7 +164,6 @@ options_state_machine() { opt_yes_no _libguess "libguess" opt_yes_no _termios "termios database for key codes" opt_yes_no _iconv "iconv for encoding conversion" - opt_yes_no _lirc "LIRC (remote control) support" opt_yes_no _joystick "joystick support" no opt_yes_no _vm "X video mode extensions" opt_yes_no _dvb "DVB input" @@ -841,8 +840,6 @@ check_trivial "VapourSynth core" $_vapoursynth_core VAPOURSYNTH_CORE check_trivial "joystick" $_joystick JOYSTICK -check_statement_libs "lirc" $_lirc LIRC lirc/lirc_client.h "" -llirc_client - check_trivial "encoding" $_encoding ENCODING # needs dlopen on unix |