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:
Sebastian Parborg 2025-12-13 20:05:14 +01:00 committed by Sam James
parent f6d703eadd
commit 4106256927
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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