1config BR2_PACKAGE_KODI_IMAGEDECODER_RAW 2 bool "kodi-imagedecoder-raw" 3 depends on BR2_TOOLCHAIN_HAS_SYNC_4 4 depends on BR2_INSTALL_LIBSTDCPP 5 select BR2_PACKAGE_JPEG 6 select BR2_PACKAGE_LCMS2 7 select BR2_PACKAGE_LIBRAW 8 help 9 RAW image decoder add-on for Kodi 10 11 https://github.com/xbmc/imagedecoder.raw 12 13comment "kodi-imagedecoder-raw needs a toolchain w/ C++" 14 depends on BR2_TOOLCHAIN_HAS_SYNC_4 15 depends on !BR2_INSTALL_LIBSTDCPP 16