Skip to content

Commit

Permalink
games-strategy/warzone2100: add opus dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/879317
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 22, 2023
1 parent b596f3b commit b964241
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
# Upstream requested debug support
IUSE="debug discord nls videos vulkan"

CDEPEND="
COMMON_DEPEND="
>=dev-games/physfs-2[zip]
dev-db/sqlite:3
>=dev-libs/libsodium-1.0.14:=
Expand All @@ -33,19 +33,20 @@ CDEPEND="
media-libs/libtheora
media-libs/libvorbis
media-libs/openal
media-libs/opus
net-libs/miniupnpc:=
net-misc/curl
sys-libs/zlib
nls? ( virtual/libintl )
vulkan? ( media-libs/libsdl2:=[vulkan] )
"
DEPEND="
${CDEPEND}
${COMMON_DEPEND}
dev-libs/fribidi
media-libs/fontconfig
"
RDEPEND="
${CDEPEND}
${COMMON_DEPEND}
media-fonts/dejavu
"
BDEPEND="
Expand Down

0 comments on commit b964241

Please sign in to comment.