Skip to content

Commit

Permalink
kodi: drop support for old, proprietary bcm2835 GL driver
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT committed Jul 7, 2020
1 parent 26bef6c commit 3bb2e6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 118 deletions.
8 changes: 1 addition & 7 deletions packages/mediacenter/kodi/package.mk
Expand Up @@ -26,10 +26,6 @@ case $KODI_VENDOR in
;;
esac

if [ "$KODIPLAYER_DRIVER" = bcm2835-driver -a "$KODI_VENDOR" = "default" ]; then
PKG_PATCH_DIRS+=" rpi-hevc"
fi

configure_package() {
# Single threaded LTO is very slow so rely on Kodi for parallel LTO support
if [ "$LTO_SUPPORT" = "yes" ] && ! build_with_debug; then
Expand Down Expand Up @@ -197,9 +193,7 @@ configure_package() {

if [ ! "$KODIPLAYER_DRIVER" = default ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $KODIPLAYER_DRIVER libinput libxkbcommon"
if [ "$KODIPLAYER_DRIVER" = bcm2835-driver ]; then
KODI_PLAYER="-DCORE_PLATFORM_NAME=rbpi"
elif [ "$OPENGLES_SUPPORT" = yes -a "$KODIPLAYER_DRIVER" = "$OPENGLES" ]; then
if [ "$OPENGLES_SUPPORT" = yes -a "$KODIPLAYER_DRIVER" = "$OPENGLES" ]; then
KODI_PLAYER="-DCORE_PLATFORM_NAME=gbm -DGBM_RENDER_SYSTEM=gles"
CFLAGS="$CFLAGS -DEGL_NO_X11"
CXXFLAGS="$CXXFLAGS -DEGL_NO_X11"
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3bb2e6d

Please sign in to comment.