hyperion: check for RPi project instead of KODIPLAYER_DRIVER

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-07-10 11:52:20 +02:00
parent 266954d8b0
commit 28b122f38b
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
110
- Fix RPi4 build to use dispmanx grabber
109
- Update to version 2018-12-20

View File

@ -6,7 +6,7 @@ PKG_NAME="hyperion"
PKG_VERSION="22f7be8df010fe8f0a51e3677fe0c8e709042622"
PKG_SHA256="51cb6c5694d4bad67255ac4ae61a3c0aa481395c4868fb044a3ee19ca35bf19d"
PKG_VERSION_DATE="2018-12-20"
PKG_REV="109"
PKG_REV="110"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/hyperion-project/hyperion"
@ -25,7 +25,7 @@ PKG_DISPMANX_SUPPORT="-DENABLE_DISPMANX=0"
PKG_FB_SUPPORT="-DENABLE_FB=1"
PKG_X11_SUPPORT="-DENABLE_X11=0"
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
if [ "$PROJECT" = "RPi" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
PKG_DISPMANX_SUPPORT="-DENABLE_DISPMANX=1"
PKG_FB_SUPPORT="-DENABLE_FB=0"