diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:33:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:32 +0000 |
commit | 65b4cc3fa0b1f8ed2b143fd9d5212a17f62b2939 (patch) | |
tree | 9beb1d9ce2ff3a074f0b5095c5aa87b5f6e356a5 /games-util | |
parent | games-strategy/tornado: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-65b4cc3fa0b1f8ed2b143fd9d5212a17f62b2939.tar.gz gentoo-65b4cc3fa0b1f8ed2b143fd9d5212a17f62b2939.tar.bz2 gentoo-65b4cc3fa0b1f8ed2b143fd9d5212a17f62b2939.zip |
games-util/joystick: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/joystick-1.6.1.ebuild | 3 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.7.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-util/joystick/joystick-1.6.1.ebuild b/games-util/joystick/joystick-1.6.1.ebuild index 389255caf332..d4156cace763 100644 --- a/games-util/joystick/joystick-1.6.1.ebuild +++ b/games-util/joystick/joystick-1.6.1.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 @@ -18,6 +18,7 @@ DEPEND="sdl? ( media-libs/libsdl:0[video] ) !<x11-libs/tslib-1.0-r2" RDEPEND="${DEPEND} udev? ( virtual/udev )" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P} diff --git a/games-util/joystick/joystick-1.7.0.ebuild b/games-util/joystick/joystick-1.7.0.ebuild index a4389f20bcfb..31d58e9a6d02 100644 --- a/games-util/joystick/joystick-1.7.0.ebuild +++ b/games-util/joystick/joystick-1.7.0.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 @@ -18,6 +18,7 @@ DEPEND="sdl? ( media-libs/libsdl2:0[video] ) !<x11-libs/tslib-1.0-r2" RDEPEND="${DEPEND} udev? ( virtual/udev )" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |