kodi: disable LCMS2

This prevents kodi from autodetecting the lcms2 lib which is not present
in the image.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-06-02 00:08:59 +02:00
parent 8fa0ca9f46
commit f02c758161

View File

@ -240,6 +240,7 @@ configure_package() {
-DENABLE_DEBUGFISSION=OFF \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FLATBUFFERS=OFF \
-DENABLE_LCMS2=OFF \
$PKG_KODI_USE_LTO \
$KODI_ARCH \
$KODI_NEON \