Skip to content

Commit

Permalink
games-emulation/mupen64plus-video-rice: add pkgconfig or pkgconfig-re…
Browse files Browse the repository at this point in the history
…ferenced 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 <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed Jun 18, 2021
1 parent 258f6e5 commit cd0adb6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}

Expand Down

0 comments on commit cd0adb6

Please sign in to comment.