kodi: rebuild against libva-2.3.0

This commit is contained in:
maxice8 2018-08-05 01:45:30 -03:00
parent 8eeeb82bba
commit bad3c741e8
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kodi'
pkgname=kodi
version=17.6
revision=3
revision=4
build_style=cmake
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF"
patch_args="-Np1"
@ -48,7 +48,7 @@ esac
pre_configure() {
# Copy generated files to avoid requiring java.
if [ -n "${_kodi_nojava}" ]; then
if [ "${_kodi_nojava}" ]; then
mkdir -p build/build/swig
# THESE FILES MUST BE UPDATED WITH EVERY VERSION BUMP!