mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-libs/vulkan-layers: Enable test suite
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
511766a56a
commit
03c5140fea
@ -23,8 +23,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-ValidationLayers"
|
|||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="wayland test X"
|
IUSE="wayland test X"
|
||||||
# Many segfaults as of 1.4.313.0
|
RESTRICT="!test? ( test )"
|
||||||
RESTRICT="!test? ( test ) test"
|
|
||||||
|
|
||||||
RDEPEND="~dev-util/spirv-tools-${PV}[${MULTILIB_USEDEP}]"
|
RDEPEND="~dev-util/spirv-tools-${PV}[${MULTILIB_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
@ -60,6 +59,11 @@ multilib_src_configure() {
|
|||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
multilib_src_test() {
|
||||||
|
addwrite "/dev/dri/renderD128"
|
||||||
|
cmake_src_test
|
||||||
|
}
|
||||||
|
|
||||||
multilib_src_install_all() {
|
multilib_src_install_all() {
|
||||||
find "${ED}" -type f -name \*.a -delete || die
|
find "${ED}" -type f -name \*.a -delete || die
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user