kodi-rpi: set ld path for sv script

This commit is contained in:
Enno Boland 2017-05-22 18:48:54 +02:00
parent ee43e47ef3
commit 6d07b6687b
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec chpst -P sudo -u xbmc -- /usr/lib/kodi/kodi.bin --standalone
exec chpst -P sudo LD_LIBRARY_PATH=/opt/vc/lib -u xbmc -- /usr/lib/kodi/kodi.bin --standalone

View file

@ -1,7 +1,7 @@
# Template file for 'kodi-rpi'
pkgname=kodi-rpi
version=17.1
revision=2
revision=3
build_style=cmake
patch_args="-Np1"
_codename="Krypton"