Remove pipewire-libpulse

We use the original pulseaudio client library and the replacement
server pipewire-pulse.
This commit is contained in:
Wim Taymans 2020-12-17 15:44:49 +01:00
parent 161c05d737
commit 91b0d3bb39
50 changed files with 3 additions and 17526 deletions

View file

@ -23,10 +23,6 @@ if get_option('pipewire-jack')
manpages += [[ 'pw-jack', '1' ]]
endif
if get_option('pipewire-pulseaudio')
manpages += [[ 'pw-pulse', '1' ]]
endif
foreach m : manpages
file = m.get(0) + '.' + m.get(1)
infile = file + '.xml.in'