hyperion: remove legacy RPi dispmanx support

RPi graphic stack no longer use dispmanx

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-07-30 09:55:00 +02:00
parent 704b5d2d48
commit c6a11ba284
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,6 @@
112
- Remove legacy RPi dispmanx support
111
- update qt to 5.14.0
* fixes screenshot not saving png files

View File

@ -6,7 +6,7 @@ PKG_NAME="hyperion"
PKG_VERSION="fb413cd7e8825ffc26925013f57ac93a774f12bc"
PKG_SHA256="fafa4eeddacb15a8fd96b0e69fac400faa735c6e1ccd78673c9d96b0ac84d7a3"
PKG_VERSION_DATE="2019-08-19"
PKG_REV="111"
PKG_REV="112"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/hyperion-project/hyperion"
@ -26,11 +26,7 @@ PKG_DISPMANX_SUPPORT="-DENABLE_DISPMANX=OFF"
PKG_FB_SUPPORT="-DENABLE_FB=ON"
PKG_X11_SUPPORT="-DENABLE_X11=OFF"
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
PKG_DEPENDS_TARGET+=" bcm2835-driver"
PKG_DISPMANX_SUPPORT="-DENABLE_DISPMANX=ON"
PKG_FB_SUPPORT="-DENABLE_FB=OFF"
elif [ "$DISPLAYSERVER" = "x11" ]; then
if [ "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET+=" xorg-server xrandr"
PKG_X11_SUPPORT="-DENABLE_X11=ON"
fi