summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamad Issawi <68k@segv.moe>2019-10-12 01:11:42 -0400
committerSergei Trofimovich <slyfox@gentoo.org>2019-10-12 21:56:03 +0100
commitbe895e80341f732760fe5f7a7a1894d12ba45f46 (patch)
tree2f88534a692ed11c41dd5008bc1087acfc4f6f8e
parentnet-dialup/ppp: migrate to sys-libs/pam (diff)
downloadgentoo-be895e80341f732760fe5f7a7a1894d12ba45f46.tar.gz
gentoo-be895e80341f732760fe5f7a7a1894d12ba45f46.tar.bz2
gentoo-be895e80341f732760fe5f7a7a1894d12ba45f46.zip
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>
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
index 32d7c5abb2d6..dc10a1ac4dc4 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -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