diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:30 +0200 |
commit | c8f3ab94b54ded330cf49ce1870566449d84ff03 (patch) | |
tree | 11071026436dbb3e33bd01e4e107803a389a0c63 /games-misc | |
parent | games-misc/bsd-games: add pkgconfig or pkgconfig-referenced libs deps (diff) | |
download | gentoo-c8f3ab94b54ded330cf49ce1870566449d84ff03.tar.gz gentoo-c8f3ab94b54ded330cf49ce1870566449d84ff03.tar.bz2 gentoo-c8f3ab94b54ded330cf49ce1870566449d84ff03.zip |
games-misc/sdljoytest: 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-misc')
-rw-r--r-- | games-misc/sdljoytest/sdljoytest-11102003.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/sdljoytest/sdljoytest-11102003.ebuild b/games-misc/sdljoytest/sdljoytest-11102003.ebuild index 335b1b27c354..8519be5e1834 100644 --- a/games-misc/sdljoytest/sdljoytest-11102003.ebuild +++ b/games-misc/sdljoytest/sdljoytest-11102003.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 @@ -16,7 +16,7 @@ IUSE="" DEPEND="media-libs/libsdl[joystick,opengl,video] virtual/opengl media-libs/sdl-image" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" S=${WORKDIR}/SDLJoytest-GL |