diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:18 +0200 |
commit | 067276b40cc95ecd4cec80a1b02ff581aab58253 (patch) | |
tree | c165b2e387b7688e5f0547dc436ce6cc48dcf481 /games-emulation | |
parent | games-emulation/mupen64plus-audio-sdl: add pkgconfig or pkgconfig-referenced ... (diff) | |
download | gentoo-067276b40cc95ecd4cec80a1b02ff581aab58253.tar.gz gentoo-067276b40cc95ecd4cec80a1b02ff581aab58253.tar.bz2 gentoo-067276b40cc95ecd4cec80a1b02ff581aab58253.zip |
games-emulation/mupen64plus-input-sdl: 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-input-sdl/mupen64plus-input-sdl-2.5.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.9.ebuild b/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.9.ebuild index 3d9194e5df20..93595b4a86e4 100644 --- a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.9.ebuild +++ b/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,8 +17,8 @@ IUSE="" RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0= media-libs/libsdl2:0=[joystick]" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P} |