1
2
3
4
5
6
7
8
9
10
11
12
13
| config BR2_PACKAGE_KODI_VFS_LIBARCHIVE
| bool "kodi-vfs-libarchive"
| select BR2_PACKAGE_BZIP2
| select BR2_PACKAGE_LIBARCHIVE
| select BR2_PACKAGE_LZ4
| select BR2_PACKAGE_LZO
| select BR2_PACKAGE_OPENSSL
| select BR2_PACKAGE_XZ
| select BR2_PACKAGE_ZLIB
| help
| Libarchive VFS add-on for Kodi
|
| https://github.com/xbmc/vfs.libarchive
|
|