summaryrefslogtreecommitdiffstats
path: root/audio-drivers/portaudio/DEPENDS
blob: 3fdcc268fff4c67b26581edb55e50255b412c4e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
optional_depends alsa-lib \
                 "--with-alsa" \
                 "--without-alsa" \
                 "for ALSA support" &&
optional_depends JACK-DRIVER \
                 "--with-jack" \
                 "--without-jack" \
                 "for JACK support" &&

optional_depends oss \
                 "--with-oss" \
                 "--without-oss" \
                 "for OSS support"