Skip to content

Commit

Permalink
games-emulation/dolphin: allow new rangeset depend
Browse files Browse the repository at this point in the history
While at it disable verbose dev cmake warnings.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Sep 11, 2020
1 parent e38f97a commit 88259ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions games-emulation/dolphin/dolphin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ src_prepare() {
# no support for for using system library
glslang
imgui

# not packaged, tiny header library
rangeset

# FIXME: xxhash can't be found by cmake
xxhash
# no support for for using system library
Expand Down Expand Up @@ -152,6 +156,9 @@ src_configure() {
# All dolphin's libraries are private
# and rely on circular dependency resolution.
-DBUILD_SHARED_LIBS=OFF

# Avoid warning spam around unset variables.
-Wno-dev
)

cmake_src_configure
Expand Down

0 comments on commit 88259ea

Please sign in to comment.