kodi: remove Version Check plugin
This commit is contained in:
parent
0384793102
commit
03741287d3
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kodi'
|
||||
pkgname=kodi
|
||||
version=16.1
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
_codename="Jarvis"
|
||||
wrksrc="xbmc-${version}-${_codename}"
|
||||
|
@ -65,6 +65,8 @@ pre_configure() {
|
|||
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk
|
||||
}
|
||||
do_configure() {
|
||||
# Do not ship version check.
|
||||
rm -rf addons/service.xbmc.versioncheck
|
||||
./configure ${configure_args} \
|
||||
--disable-debug --enable-optimizations --enable-gl \
|
||||
--enable-sdl --enable-vdpau --enable-vaapi --enable-joystick \
|
||||
|
|
Loading…
Reference in a new issue