media-gfx/blender: Turn on Draco in the live ebuild

Upstream has now fixed the packaging of Draco so it can
now be used for system wide installs

Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39760
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sebastian Parborg
2024-12-17 16:56:32 +01:00
committed by Sam James
parent 821c10d3e8
commit e042dde9d7

View File

@@ -339,7 +339,7 @@ src_configure() {
-DWITH_CYCLES_STANDALONE_GUI=no
-DWITH_DOC_MANPAGE=$(usex man)
-DWITH_DRACO="no" # TODO: Package Draco
-DWITH_DRACO="yes" # TODO: Package Draco
-DWITH_FFTW3=$(usex fftw)
-DWITH_GHOST_WAYLAND=$(usex wayland)
-DWITH_GHOST_WAYLAND_DYNLOAD="no"