alarm/kodi-rpi to 19.0-2

Add X11 support. No ill effects on simple testing for standalone mode (gbm)
but I do not see any HW accel decoding under X11.
This commit is contained in:
graysky 2021-02-21 14:48:15 -05:00
parent 0bae359253
commit e4f2f31b15

View file

@ -13,7 +13,7 @@ _prefix=/usr
pkgbase=kodi-rpi
pkgname=('kodi-rpi' 'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev')
pkgver=19.0
pkgrel=1
pkgrel=2
arch=('armv7h' 'aarch64')
url="https://github.com/popcornmix/xbmc/tree/gbm"
license=('GPL2')
@ -158,7 +158,7 @@ build() {
-DENABLE_INTERNAL_FSTRCMP=ON
-DENABLE_INTERNAL_FLATBUFFERS=ON
-DENABLE_INTERNAL_SPDLOG=ON
-DCORE_PLATFORM_NAME=gbm
-DCORE_PLATFORM_NAME="x11 gbm"
-DAPP_RENDER_SYSTEM=gles
-Dlibdvdcss_URL="$srcdir/libdvdcss-$_libdvdcss_version.tar.gz"
-Dlibdvdnav_URL="$srcdir/libdvdnav-$_libdvdnav_version.tar.gz"