games-emulation/dolphin: added missing dependency

Latest dev build requires media-libs/vulkan-loader
to use vulkan backend at runtime in the UI.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Closes: https://github.com/gentoo/gentoo/pull/13257
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Mohamad Issawi
2019-10-12 01:11:42 -04:00
committed by Sergei Trofimovich
parent 617780111f
commit be895e8034

View File

@@ -68,6 +68,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
# vulkan-loader required for vulkan backend which can be selected
# at runtime.
RDEPEND="${RDEPEND}
media-libs/vulkan-loader"
src_prepare() {
cmake-utils_src_prepare