Skip to content

Commit

Permalink
tooling: Disable CEC
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Oct 15, 2024
1 parent 0545bc0 commit 52276ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oasis_tooling/scripts/build_kodi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 52276ff

Please sign in to comment.