git: 1afa3923b610 - main - emulators/yuzu: drop unused CMake variable after 6869c8470d18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 12:49:01 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1afa3923b61058ff6f63aa4302286f122b8cd0cc
commit 1afa3923b61058ff6f63aa4302286f122b8cd0cc
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-10 11:53:04 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-10 12:47:47 +0000
emulators/yuzu: drop unused CMake variable after 6869c8470d18
---
emulators/yuzu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index a60af7eea4ab..e59726577e11 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -57,7 +57,7 @@ USE_GCC= yes:build # libc++ lacks std::atomic_ref, std::ranges
USE_SDL= sdl2
CMAKE_ON= Boost_USE_STATIC_LIBS
CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests
-CMAKE_OFF= YUZU_CHECK_SUBMODULES YUZU_USE_BUNDLED_OPUS YUZU_USE_EXTERNAL_SDL2
+CMAKE_OFF= YUZU_CHECK_SUBMODULES YUZU_USE_EXTERNAL_SDL2
CMAKE_OFF+= YUZU_USE_PRECOMPILED_HEADERS DYNARMIC_USE_PRECOMPILED_HEADERS # GCC
CMAKE_OFF+= ${CMAKE_TESTING_ON}
CMAKE_TESTING_ON= YUZU_TESTS