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>
This commit is contained in:
Sam James
2021-06-18 23:04:24 +02:00
committed by David Seifert
parent 258f6e58fb
commit cd0adb65ee

View File

@@ -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}