diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:24 +0200 |
commit | cd0adb65eef255737d058c3ebbc15357e7a818b6 (patch) | |
tree | 24b7beb2f8cfa6a7e08e494607ad6b734ee76f77 /games-emulation/mupen64plus-video-rice | |
parent | games-emulation/mupen64plus-video-glide64mk2: add pkgconfig or pkgconfig-refe... (diff) | |
download | gentoo-cd0adb65eef255737d058c3ebbc15357e7a818b6.tar.gz gentoo-cd0adb65eef255737d058c3ebbc15357e7a818b6.tar.bz2 gentoo-cd0adb65eef255737d058c3ebbc15357e7a818b6.zip |
games-emulation/mupen64plus-video-rice: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND
where applicable, or add dependencies for libraries we're trying to find
with pkgconfig.
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-emulation/mupen64plus-video-rice')
-rw-r--r-- | games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild index 14f93d58dc90..aae445ae0133 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,8 +20,8 @@ RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=] media-libs/libsdl2:0=[video] virtual/opengl:0= gles2-only? ( media-libs/libsdl2:0[gles2] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P} |