mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc:
- make building and installing of remote support optional (default enabled, setup via /projects/*/options)
This commit is contained in:
parent
c73c052d16
commit
8ec9e61b2f
@ -103,7 +103,7 @@ fi
|
||||
|
||||
# other programs needed to run
|
||||
$SCRIPTS/install alsa
|
||||
$SCRIPTS/install remote
|
||||
[ "$REMOTE_SUPPORT" = yes ] && $SCRIPTS/install remote
|
||||
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
|
||||
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
|
||||
[ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate
|
||||
|
@ -121,6 +121,9 @@
|
||||
# (needs Kernelsupport for Broadcom Decoder Card and a supported card)
|
||||
CRYSTALHD="no"
|
||||
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# 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/
|
||||
|
@ -121,6 +121,9 @@
|
||||
# (needs Kernelsupport for Broadcom Decoder Card and a supported card)
|
||||
CRYSTALHD="no"
|
||||
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# 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/
|
||||
|
@ -121,6 +121,9 @@
|
||||
# (needs Kernelsupport for Broadcom Decoder Card and a supported card)
|
||||
CRYSTALHD="no"
|
||||
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# 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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user