mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
plugins:
- adding initial plugin installation support - building SABnzbd by default for all projects
This commit is contained in:
parent
e8c3fd74ef
commit
fc5ff563e2
@ -2,8 +2,12 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install alsa
|
||||
$SCRIPTS/install lirc
|
||||
$SCRIPTS/install vdr
|
||||
$SCRIPTS/install xbmc
|
||||
$SCRIPTS/install xbmc-theme-Confluence
|
||||
# Base
|
||||
$SCRIPTS/install alsa
|
||||
$SCRIPTS/install lirc
|
||||
$SCRIPTS/install vdr
|
||||
$SCRIPTS/install xbmc
|
||||
$SCRIPTS/install xbmc-theme-Confluence
|
||||
|
||||
# Plugins
|
||||
$SCRIPTS/install plugins
|
7
packages/plugins/install
Executable file
7
packages/plugins/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
for plugin in $XBMC_PLUGINS; do
|
||||
$SCRIPTS/install $plugin
|
||||
done
|
@ -51,6 +51,11 @@
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||
XBMC_PLUGINS="SABnzbd"
|
||||
|
||||
# build with network support (yes / no)
|
||||
NETWORK="yes"
|
||||
|
||||
@ -64,7 +69,7 @@
|
||||
DISPLAYSERVER="xorg-server"
|
||||
|
||||
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nvidia)
|
||||
# Space separated list is supported,
|
||||
# Space separated list is supported,
|
||||
# e.g. GRAPHIC_DRIVERS="i915 i965 radeon nvidia"
|
||||
GRAPHIC_DRIVERS="nvidia"
|
||||
|
||||
|
@ -51,6 +51,11 @@
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||
XBMC_PLUGINS="SABnzbd"
|
||||
|
||||
# build with network support (yes / no)
|
||||
NETWORK="yes"
|
||||
|
||||
|
@ -51,6 +51,11 @@
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||
XBMC_PLUGINS="SABnzbd"
|
||||
|
||||
# build with network support (yes / no)
|
||||
NETWORK="yes"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user