mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libpulse: PDEPEND on sound servers
When a package depends on pulseaudio client libraries only, make sure there is a compatible sound server installed. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25502 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
1ee0822270
commit
f561aab954
@@ -67,6 +67,13 @@ BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
PDEPEND="
|
||||
|| (
|
||||
media-video/pipewire[sound-server(+)]
|
||||
media-sound/pulseaudio-daemon
|
||||
media-sound/pulseaudio[daemon(+)]
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=( NEWS README )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user