remote: make LIRC support optional, disable LIRC for now, enable eventlircd

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-28 00:07:16 +02:00
parent 0636049ab9
commit 636de7824c
4 changed files with 12 additions and 2 deletions

View File

@ -2,8 +2,9 @@
. config/options $1
$SCRIPTS/install lirc
[ "$LIRC_SUPPORT" = "yes" ] && $SCRIPTS/install lirc
$SCRIPTS/install irserver
$SCRIPTS/install eventlircd
mkdir -p $INSTALL/usr/config
cp $PKG_DIR/config/*.conf $INSTALL/usr/config
cp $PKG_DIR/config/*.conf $INSTALL/usr/config

View File

@ -136,6 +136,9 @@
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# build and install LIRC support (yes / no)
LIRC_SUPPORT="no"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/

View File

@ -136,6 +136,9 @@
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# build and install LIRC support (yes / no)
LIRC_SUPPORT="no"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/

View File

@ -136,6 +136,9 @@
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# build and install LIRC support (yes / no)
LIRC_SUPPORT="no"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/