Skip to content

Commit

Permalink
gui-apps/wf-recorder: pulseaudio is now optional
Browse files Browse the repository at this point in the history
Signed-off-by: Aisha Tammy <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
epsilon-0 authored and juippis committed Jun 11, 2020
1 parent 5d3b339 commit 462b021
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gui-apps/wf-recorder/wf-recorder-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -36,6 +36,7 @@ BDEPEND="
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)
$(meson_feature pulseaudio pulse)
$(meson_feature opencl)
)
meson_src_configure
Expand Down

0 comments on commit 462b021

Please sign in to comment.