mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
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:
parent
704b5d2d48
commit
c6a11ba284
@ -1,3 +1,6 @@
|
||||
112
|
||||
- Remove legacy RPi dispmanx support
|
||||
|
||||
111
|
||||
- update qt to 5.14.0
|
||||
* fixes screenshot not saving png files
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user