mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc-rpi-pvr: merge with package 'xbmc-rpi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c1dd041327
commit
04087ed83c
@ -29,9 +29,7 @@ mkdir -p $INSTALL/usr/bin
|
|||||||
cp $PKG_DIR/scripts/gputemp $INSTALL/usr/bin
|
cp $PKG_DIR/scripts/gputemp $INSTALL/usr/bin
|
||||||
cp $PKG_DIR/scripts/wait_on_xbmc_exit $INSTALL/usr/bin
|
cp $PKG_DIR/scripts/wait_on_xbmc_exit $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/tools/EventClients/Clients/XBMC\ Send/xbmc-send.py $INSTALL/usr/bin/xbmc-send
|
cp $PKG_BUILD/tools/EventClients/Clients/XBMC\ Send/xbmc-send.py $INSTALL/usr/bin/xbmc-send
|
||||||
if [ "$PVR" = yes ]; then
|
cp $PKG_DIR/scripts/setwakeup.sh $INSTALL/usr/bin
|
||||||
cp $PKG_DIR/scripts/setwakeup.sh $INSTALL/usr/bin
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/xbmc
|
mkdir -p $INSTALL/usr/lib/xbmc
|
||||||
cp $PKG_BUILD/xbmc.bin $INSTALL/usr/lib/xbmc
|
cp $PKG_BUILD/xbmc.bin $INSTALL/usr/lib/xbmc
|
||||||
|
@ -42,6 +42,10 @@ PKG_AUTORECONF="no"
|
|||||||
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
||||||
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
||||||
|
|
||||||
|
# various PVR clients
|
||||||
|
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-njoy"
|
||||||
|
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-vuplus"
|
||||||
|
|
||||||
if [ "$DISPLAYSERVER" = "xorg-server" ]; then
|
if [ "$DISPLAYSERVER" = "xorg-server" ]; then
|
||||||
# for libX11 support
|
# for libX11 support
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libX11 libXext"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libX11 libXext"
|
||||||
@ -169,8 +173,3 @@ fi
|
|||||||
if [ "$XVBA" = yes ]; then
|
if [ "$XVBA" = yes ]; then
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PVR" = yes ]; then
|
|
||||||
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-njoy"
|
|
||||||
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-vuplus"
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user