mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
gui-apps/wf-recorder: pulseaudio is now optional
Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
5d3b33909f
commit
462b021b37
@@ -18,12 +18,12 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+man opencl"
|
||||
IUSE="+man pulseaudio opencl"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
media-sound/pulseaudio
|
||||
media-video/ffmpeg[opencl?,pulseaudio,x264]
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
media-video/ffmpeg[opencl?,pulseaudio?,x264]
|
||||
opencl? ( virtual/opencl )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -36,6 +36,7 @@ BDEPEND="
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature pulseaudio pulse)
|
||||
$(meson_feature opencl)
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
Reference in New Issue
Block a user