blob: 28f4aedc79f8adc97d289700387bf2b3a1bc80f7 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Virtual for presence of a Vulkan ICD (Installable Client Driver)"
SRC_URI=""
SLOT="0"
KEYWORDS="*"
IUSE=""
# Include the Vulkan loader as a dependency because an ICD is typically not
# useful without it. A Vulkan client can use an ICD directly, without a loader,
# only if (a) the ICD statically exposes its Vulkan entrypoints (most ICDs
# don't) or (b) the client itself implements the loader interface.
RDEPEND="
media-libs/vulkan-loader
media-libs/mesa-amd[vulkan]
"
DEPEND=""