From 6b1598a4ac9039095e6ec34744b8528238cfabff Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 11 Sep 2026 07:35:30 +0200 Subject: [PATCH] Disable Opus by default So I don't have to fix the build. Linkle won't use it anyways. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70648cb198..ee495ecad4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ option(DUSK_SELECTED_OPT "If on, selected parts of the project will be compiled option(DUSK_PACKAGE_INSTALL "Install Dusklight with a Linux-native file structure" OFF) option(DUSK_GFX_DEBUG_GROUPS "Report debug groups to the native graphics API" ${DUSK_GFX_DEBUG_GROUPS_DEFAULT}) option(DUSK_ENABLE_CODE_MODS "Enable code mods" ON) -option(DUSK_ENABLE_OPUS "Enable loading Opus audio files for mods" ON) +option(DUSK_ENABLE_OPUS "Enable loading Opus audio files for mods" OFF) set(DUSK_HAS_FUNCHOOK OFF)