Force ENABLE_WEB_SERVICE to be OFF

This commit is contained in:
spectranator
2025-07-02 22:39:21 +02:00
parent 59bda52beb
commit 295aa94a05

View File

@@ -46,7 +46,7 @@ if (ENABLE_QT)
option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF)
endif()
option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
set(ENABLE_WEB_SERVICE OFF)
option(YUZU_USE_BUNDLED_FFMPEG "Download/Build bundled FFmpeg" "${WIN32}")