summaryrefslogtreecommitdiffstats
path: root/audio-soft/pasystray/DEPENDS
blob: 90056025c6c59edc3e2f9b274711462ff8c12a6a (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
24
depends autoconf &&
depends pulseaudio &&

if [[ $GTK3 == n ]]; then
  depends gtk+2 "--with-gtk=2"
else
  depends gtk+3 "--with-gtk=3"
fi &&

optional_depends avahi \
                 "--enable-avahi" \
                 "--disable-avahi" \
                 "for local service discovery" &&

optional_depends libnotify \
                 "--enable-notify" \
                 "--disable-notify" \
                 "for notification support" &&

optional_depends libx11 \
                 "--enable-x11" \
                 "--disable-x11" \
                 "for X11 support"