Summary: | media-libs/vulkan-layers-9999 must define spirv-headers location | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | James McClain <james> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | james, jstein, sarnex |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Output of emerge --info |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2504ba696a6c9e1b005a83f03c27ba1d833be8b commit a2504ba696a6c9e1b005a83f03c27ba1d833be8b Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2020-11-07 03:50:20 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2020-11-07 03:58:00 +0000 media-libs/vulkan-layers: Bump to 1.2.154 Closes: https://bugs.gentoo.org/751262 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> media-libs/vulkan-layers/Manifest | 1 + .../vulkan-layers/vulkan-layers-1.2.154.ebuild | 53 ++++++++++++++++++++++ media-libs/vulkan-layers/vulkan-layers-9999.ebuild | 7 +-- 3 files changed, 58 insertions(+), 3 deletions(-) |
Created attachment 668570 [details] Output of emerge --info Currently vulkan-layers-9999 fails to configure with the error: "Must define location of SPIRV-Headers -- see BUILD.md" Adding this to mycmakeargs fixes it. '-DSPIRV_HEADERS_INSTALL_DIR="${EPREFIX}/usr/include/spirv"'