sci-misc/llama-cpp: disable building the webui

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2026-05-14 14:08:34 -04:00
parent ffd64b2280
commit 427e19afde

View File

@@ -102,6 +102,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DLLAMA_BUILD_WEBUI=OFF
-DLLAMA_BUILD_TESTS=OFF
-DLLAMA_BUILD_EXAMPLES=$(usex examples)
-DLLAMA_BUILD_SERVER=ON