mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Added dependency to pugixml:31a51a8b0fRemoved dependency to expat:8816b9089bSigned-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
|
|
bool "kodi-inputstream-adaptive"
|
|
# wvdecrypter/cdm/build/build_config.h
|
|
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
|
|| BR2_mips64el || BR2_x86_64
|
|
select BR2_PACKAGE_BENTO4
|
|
select BR2_PACKAGE_PUGIXML
|
|
help
|
|
Kodi inputstream addon for several manifest types
|
|
|
|
https://github.com/xbmc/inputstream.adaptive
|