mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/vulkan-layers: Move dev-util/spirv-tools to RDEPEND
libVkLayer_khronos_validation.so links with libSPIRV-Tools-opt.so and libSPIRV-Tools.so. Found in the chromiumos-overlay. Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -26,10 +26,11 @@ SLOT="0"
|
||||
IUSE="wayland X"
|
||||
|
||||
BDEPEND=">=dev-util/cmake-3.10.2"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
RDEPEND=">=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
dev-cpp/robin-hood-hashing
|
||||
>=dev-util/glslang-11.4.0:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/vulkan-headers-${PV}
|
||||
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
|
||||
X? (
|
||||
|
||||
@@ -26,10 +26,11 @@ SLOT="0"
|
||||
IUSE="wayland X"
|
||||
|
||||
BDEPEND=">=dev-util/cmake-3.10.2"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
RDEPEND=">=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
dev-cpp/robin-hood-hashing
|
||||
>=dev-util/glslang-11.4.0:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]
|
||||
>=dev-util/vulkan-headers-${PV}
|
||||
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
|
||||
X? (
|
||||
|
||||
Reference in New Issue
Block a user