commit: 09be5662cf3316492424fb2f112da98ad459dd2a Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Tue Sep 12 19:55:08 2023 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Tue Sep 12 22:48:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09be5662
dev-util/glslang: fix 9999 build need to specify that it's allowed to use system spirv not bundled. Signed-off-by: Joe Kappus <joe <AT> wt.gd> Closes: https://github.com/gentoo/gentoo/pull/32746 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> dev-util/glslang/glslang-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index 0ddc071bafdc..709018572a28 100644 --- a/dev-util/glslang/glslang-9999.ebuild +++ b/dev-util/glslang/glslang-9999.ebuild @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.236-Install-static-libs.patch" ) multilib_src_configure() { local mycmakeargs=( -DENABLE_PCH=OFF + -DALLOW_EXTERNAL_SPIRV_TOOLS=1 ) cmake_src_configure }
