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"
