mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-gfx/blender: Clean-up unused cmake variables
Signed-off-by: Sebastian Parborg <sebastian@blender.org> Part-of: https://github.com/gentoo/gentoo/pull/45047 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f6d703eadd
commit
4106256927
@ -132,7 +132,6 @@ RDEPEND="${PYTHON_DEPS}
|
||||
ffmpeg? ( media-video/ffmpeg:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] )
|
||||
fftw? ( sci-libs/fftw:3.0=[threads] )
|
||||
gmp? ( dev-libs/gmp:=[cxx] )
|
||||
gnome? ( gui-libs/libdecor )
|
||||
hip? (
|
||||
>=dev-util/hip-6.0:=
|
||||
hiprt? (
|
||||
@ -606,17 +605,13 @@ src_configure() {
|
||||
if use hip; then
|
||||
mycmakeargs+=(
|
||||
-DHIP_ROOT_DIR="$(hipconfig -p)"
|
||||
|
||||
-DHIP_HIPCC_FLAGS="-fcf-protection=none"
|
||||
|
||||
-DCMAKE_HIP_LINK_EXECUTABLE="$(get_llvm_prefix)/bin/clang++"
|
||||
|
||||
-DCYCLES_HIP_BINARIES_ARCH="$(get_amdgpu_flags)"
|
||||
)
|
||||
|
||||
if use hiprt; then
|
||||
mycmakeargs+=(
|
||||
-DHIPRT_ROOT_DIR="${ESYSROOT}/usr/lib/hiprt/2.5"
|
||||
-DHIP_HIPCC_FLAGS="-fcf-protection=none"
|
||||
-DHIPRT_COMPILER_PARALLEL_JOBS="$(makeopts_jobs)"
|
||||
)
|
||||
fi
|
||||
@ -632,7 +627,7 @@ src_configure() {
|
||||
if use wayland; then
|
||||
mycmakeargs+=(
|
||||
-DWITH_GHOST_WAYLAND_APP_ID="blender-${BV}"
|
||||
-DWITH_GHOST_WAYLAND_LIBDECOR="$(usex gnome)"
|
||||
-DWITH_GHOST_CSD="$(usex gnome)"
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user