diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:21 +0200 |
commit | 258f6e58fb4e7a8834f911819ec8ca886f47501d (patch) | |
tree | 18655a00c9d6223f8e001eb73a0bb1b57971bd39 /games-emulation | |
parent | games-emulation/mupen64plus-input-sdl: add pkgconfig or pkgconfig-referenced ... (diff) | |
download | gentoo-258f6e58fb4e7a8834f911819ec8ca886f47501d.tar.gz gentoo-258f6e58fb4e7a8834f911819ec8ca886f47501d.tar.bz2 gentoo-258f6e58fb4e7a8834f911819ec8ca886f47501d.zip |
games-emulation/mupen64plus-video-glide64mk2: 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')
-rw-r--r-- | games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild index 47affa118921..bf792c5697a8 100644 --- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild +++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-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 @@ -23,8 +23,8 @@ RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=] virtual/opengl:0= gles2-only? ( media-libs/libsdl2:0[gles2] ) hires? ( dev-libs/boost:0= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P} |