summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2021-02-07 07:17:15 -0500
committergraysky2021-02-07 07:17:17 -0500
commit707409ed0975f32dbb9330b82ead3fb6173956da (patch)
treeefc086a39e6b098c76be96b46a8c48edf9e31901 /PKGBUILD
parent4c4e3f54c21ae038992f1a83761fc9762cc8b977 (diff)
downloadaur-707409ed0975f32dbb9330b82ead3fb6173956da.tar.gz
Update to 19.0rc1-3
Build gbm with gl not gles
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21583378c2a8..d742e2e89be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgname=(
)
pkgver=19.0rc1
#_major=18.7.1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://kodi.tv"
license=('GPL2')
@@ -190,7 +190,7 @@ build() {
cd "$srcdir/kodi-build-gbm"
_args+=(
-DCORE_PLATFORM_NAME=gbm
- -DAPP_RENDER_SYSTEM=gles
+ -DAPP_RENDER_SYSTEM=gl
)
cmake "${_args[@]}" ../"xbmc-$_tag"