Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Sat, 12 Oct 2019 20:56:10
Message-Id: 1570913763.be895e80341f732760fe5f7a7a1894d12ba45f46.slyfox@gentoo
1 commit: be895e80341f732760fe5f7a7a1894d12ba45f46
2 Author: Mohamad Issawi <68k <AT> segv <DOT> moe>
3 AuthorDate: Sat Oct 12 05:11:42 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:56:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be895e80
7
8 games-emulation/dolphin: added missing dependency
9
10 Latest dev build requires media-libs/vulkan-loader
11 to use vulkan backend at runtime in the UI.
12
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Closes: https://github.com/gentoo/gentoo/pull/13257
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 games-emulation/dolphin/dolphin-9999.ebuild | 5 +++++
18 1 file changed, 5 insertions(+)
19
20 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
21 index 32d7c5abb2d..dc10a1ac4dc 100644
22 --- a/games-emulation/dolphin/dolphin-9999.ebuild
23 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
24 @@ -68,6 +68,11 @@ DEPEND="${RDEPEND}
25 sys-devel/gettext
26 virtual/pkgconfig"
27
28 +# vulkan-loader required for vulkan backend which can be selected
29 +# at runtime.
30 +RDEPEND="${RDEPEND}
31 + media-libs/vulkan-loader"
32 +
33 src_prepare() {
34 cmake-utils_src_prepare