mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sci-misc/stable-diffusion-cpp: use system webm
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -53,6 +53,7 @@ CDEPEND="
|
||||
)
|
||||
cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
||||
webp? ( media-libs/libwebp )
|
||||
webm? ( media-libs/libwebm )
|
||||
"
|
||||
DEPEND="${CDEPEND}
|
||||
opencl? ( dev-util/opencl-headers )
|
||||
@@ -94,7 +95,7 @@ src_configure() {
|
||||
-DSD_WEBP=$(usex webp)
|
||||
-DSD_USE_SYSTEM_WEBP=$(usex webp)
|
||||
-DSD_WEBM=$(usex webm)
|
||||
|
||||
-DSD_USE_SYSTEM_WEBM=$(usex webm)
|
||||
-DSD_VULKAN=$(usex vulkan)
|
||||
|
||||
# avoid clashing with whisper.cpp
|
||||
|
||||
Reference in New Issue
Block a user