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 committed by CvH
parent 4cc8cf6383
commit 8988029d2a

View File

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