Skip to content

Commit

Permalink
games-emulation/dolphin: added missing dependency
Browse files Browse the repository at this point in the history
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: gentoo#13257
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
HWXLR8 authored and Sergei Trofimovich committed Oct 12, 2019
1 parent 6177801 commit be895e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions games-emulation/dolphin/dolphin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be895e8

Please sign in to comment.