summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-tools/DEPENDS
blob: ab7b6a52c9db74d08edf6ff8f8299bb41ad65fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if [[ $ALSA_TOOLS_BRANCH == scm ]]; then
  depends git &&
  depends libtool &&
  depends automake &&
  depends autoconf
fi &&

if list_find "${ALSATOOLS}" "hdspconf" || list_find "${ALSATOOLS}" "hdspmixer"; then
  depends -sub CXX gcc &&
  depends fltk
fi &&

if list_find "${ALSATOOLS}" "echomixer" || list_find "${ALSATOOLS}" "envy24control" || list_find "${ALSATOOLS}" "rmedigicontrol"; then
  depends gtk+2
fi &&

if list_find "${ALSATOOLS}" "hdajackretask"; then
  depends gtk+3
fi &&

if list_find "${ALSATOOLS}" "hdajacksensetest"; then
  depends glib2
fi