summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/DEPENDS
blob: 6e10443185dc8217203b95ed9080980658a45335 (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
25
26
27
28
29
depends          ncurses                     &&
depends          libstrophe                  &&
depends          glib2                       &&
depends          curl                        &&

optional_depends expat                       \
                 ""                          \
                 ""                          \
                 "for XML parsing"           &&

optional_depends libxml2                     \
                 "--with-libxml2"            \
                 ""                          \
                 "for XML parsing"           &&

optional_depends SSL                     \
                 ""                          \
                 ""                          \
                 "for TLS connections"       &&

optional_depends libxscrnsaver               \
                 "--with-xscreensaver"       \
                 "--without-xscreensaver"    \
                 "to determine idle time"    &&

optional_depends libnotify                   \
                 "--enable-notifications"    \
                 "--disable-notifications"   \
                 "for desktop notifications"