commit:     0549eb204c6a1daeb03081ebb53241d3d76e62cb
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 12 09:34:04 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 12 09:34:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0549eb20

media-libs/amdvlk: update build options

Options for wayland support and werror were renamed in:
https://github.com/GPUOpen-Drivers/xgl/commit/a367518e0bf308056492d994c5713e06af9429af

Closes: https://bugs.gentoo.org/932727
Closes: https://bugs.gentoo.org/945946
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-libs/amdvlk/amdvlk-2024.4.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-libs/amdvlk/amdvlk-2024.4.3.ebuild 
b/media-libs/amdvlk/amdvlk-2024.4.3.ebuild
index d3f9ae986..f24b8c155 100644
--- a/media-libs/amdvlk/amdvlk-2024.4.3.ebuild
+++ b/media-libs/amdvlk/amdvlk-2024.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -49,6 +49,7 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
 BUNDLED_LLVM_DEPEND="sys-libs/zlib:0=[${MULTILIB_USEDEP}]"
 DEPEND="wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
        ${BUNDLED_LLVM_DEPEND}
+       app-arch/zstd:=[${MULTILIB_USEDEP}]
        >=dev-util/vulkan-headers-1.3.296
        raytracing? ( dev-util/DirectXShaderCompiler )
        dev-util/glslang[${MULTILIB_USEDEP}]"
@@ -114,13 +115,13 @@ src_prepare() {
 
 multilib_src_configure() {
        local mycmakeargs=(
-               -DBUILD_WAYLAND_SUPPORT=$(usex wayland)
+               -DVKI_BUILD_WAYLAND=$(usex wayland)
                -DVKI_RAY_TRACING=$(usex raytracing)
                -DLLVM_HOST_TRIPLE="${CHOST}"
                -DLLVM_ENABLE_WERROR=OFF
                -DENABLE_WERROR=OFF
                -DVAM_ENABLE_WERROR=OFF
-               -DICD_ANALYSIS_WARNINGS_AS_ERRORS=OFF
+               -DVKI_ANALYSIS_WARNINGS_AS_ERRORS=OFF
                -DMETROHASH_ENABLE_WERROR=OFF
                -DBUILD_SHARED_LIBS=OFF #LLVM parts don't support shared libs
                -DPython3_EXECUTABLE="${PYTHON}"

Reply via email to