From 52276ffae66fcff5ae768c961830d65d82c539c4 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Mon, 14 Oct 2024 22:00:48 -0700 Subject: [PATCH] tooling: Disable CEC --- oasis_tooling/scripts/build_kodi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oasis_tooling/scripts/build_kodi.sh b/oasis_tooling/scripts/build_kodi.sh index 24e79d8f..65769f16 100755 --- a/oasis_tooling/scripts/build_kodi.sh +++ b/oasis_tooling/scripts/build_kodi.sh @@ -129,7 +129,7 @@ fi -DCORE_PLATFORM_NAME="x11 gbm$([ "${ENABLE_WAYLAND}" = "OFF" ] || echo " wayland")" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="${KODI_INSTALL_DIR}" \ - -DENABLE_INTERNAL_CEC=ON \ + -DENABLE_INTERNAL_CEC=OFF \ -DENABLE_INTERNAL_FLATBUFFERS=ON \ -DENABLE_INTERNAL_FMT=${ENABLE_INTERNAL_FMT} \ -DENABLE_INTERNAL_SPDLOG=${ENABLE_INTERNAL_SPDLOG} \