diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-03-06 10:23:41 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-03-06 11:02:53 +0000 |
commit | 33d10094ae4c15b190b611c013ed10adfc1ed88c (patch) | |
tree | e6c66fefe7a60e535b290b42a1764e696085df53 /media-libs/libsdl | |
parent | dev-python/boto3: Bump to 1.17.22 (diff) | |
download | gentoo-33d10094ae4c15b190b611c013ed10adfc1ed88c.tar.gz gentoo-33d10094ae4c15b190b611c013ed10adfc1ed88c.tar.bz2 gentoo-33d10094ae4c15b190b611c013ed10adfc1ed88c.zip |
media-libs/libsdl: BDEPEND
Closes: https://bugs.gentoo.org/617772
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19792
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild index 726f2c151c58..881a6bcd7dec 100644 --- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild @@ -49,6 +49,7 @@ DEPEND="${RDEPEND} >=dev-lang/nasm-0.98.39-r3 ) )" +BDEPEND="pulseaudio? ( virtual/pkgconfig )" S=${WORKDIR}/SDL-1.2-${MY_COMMIT} |