kodi: rebuild against libva-2.3.0
This commit is contained in:
parent
8eeeb82bba
commit
bad3c741e8
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue