sci-misc/stable-diffusion-cpp: webm requires webp

webm requires webp because WebM output reuses libwebp VP8 encoding.

See: 8afbeb6ba9/CMakeLists.txt (L130)

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2026-04-07 16:59:17 -04:00
parent f3d24ff7b5
commit b4691c6929

View File

@@ -32,6 +32,9 @@ REQUIRED_USE="
blis
flexiblas
)
webm? (
webp
)
wmma? (
rocm
)