mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -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:= )
|
cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
||||||
webp? ( media-libs/libwebp )
|
webp? ( media-libs/libwebp )
|
||||||
|
webm? ( media-libs/libwebm )
|
||||||
"
|
"
|
||||||
DEPEND="${CDEPEND}
|
DEPEND="${CDEPEND}
|
||||||
opencl? ( dev-util/opencl-headers )
|
opencl? ( dev-util/opencl-headers )
|
||||||
@@ -94,7 +95,7 @@ src_configure() {
|
|||||||
-DSD_WEBP=$(usex webp)
|
-DSD_WEBP=$(usex webp)
|
||||||
-DSD_USE_SYSTEM_WEBP=$(usex webp)
|
-DSD_USE_SYSTEM_WEBP=$(usex webp)
|
||||||
-DSD_WEBM=$(usex webm)
|
-DSD_WEBM=$(usex webm)
|
||||||
|
-DSD_USE_SYSTEM_WEBM=$(usex webm)
|
||||||
-DSD_VULKAN=$(usex vulkan)
|
-DSD_VULKAN=$(usex vulkan)
|
||||||
|
|
||||||
# avoid clashing with whisper.cpp
|
# avoid clashing with whisper.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user