mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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'
|
# Template file for 'kodi'
|
||||||
pkgname=kodi
|
pkgname=kodi
|
||||||
version=17.6
|
version=17.6
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF"
|
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
@ -48,7 +48,7 @@ esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Copy generated files to avoid requiring java.
|
# Copy generated files to avoid requiring java.
|
||||||
if [ -n "${_kodi_nojava}" ]; then
|
if [ "${_kodi_nojava}" ]; then
|
||||||
mkdir -p build/build/swig
|
mkdir -p build/build/swig
|
||||||
|
|
||||||
# THESE FILES MUST BE UPDATED WITH EVERY VERSION BUMP!
|
# THESE FILES MUST BE UPDATED WITH EVERY VERSION BUMP!
|
||||||
|
|
Loading…
Add table
Reference in a new issue