diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-15 08:00:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-15 10:10:37 +0200 |
commit | 73649de3d9793c425cc5b3e96936222e99cf513c (patch) | |
tree | 02a946807bf61e23fdfbcc4762220d93287ab6b5 /games-emulation/mupen64plus-core | |
parent | sys-libs/liburing: Bump to version 0.7 (diff) | |
download | gentoo-73649de3d9793c425cc5b3e96936222e99cf513c.tar.gz gentoo-73649de3d9793c425cc5b3e96936222e99cf513c.tar.bz2 gentoo-73649de3d9793c425cc5b3e96936222e99cf513c.zip |
games-emulation/mupen64plus-core: Add dep on nasm
Closes: https://bugs.gentoo.org/732674
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/mupen64plus-core')
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild index 99d93cc23581..21de520cdfe3 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild @@ -27,7 +27,9 @@ RDEPEND="media-libs/libpng:0= virtual/opengl:0= virtual/glu:0= )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + cpu_flags_x86_sse? ( dev-lang/nasm ) virtual/pkgconfig" REQUIRED_USE="gles2-only? ( !osd )" |