depends  PKG-CONFIG                          &&
depends  gwenhywfar2  '--enable-gwenhywfar'  &&

if [ "${AQBANKING_GTK}" == "y" ]; then
   depends gtk+2      &&
   depends libglade2
fi  &&

optional_depends libchipcard                        \
                 "--enable-chipcard-client"         \
                 "--disable-chipcard-client"        \
                 "Enable chipcard_client support?"  &&

optional_depends libofx                          \
                 "--enable-libofx"               \
                 "--disable-libofx"              \
                 "use Open Financial eXchange?"  &&

optional_depends python                      \
                 "--enable-python"           \
                 "--disable-python"          \
                 "Install python bindings?"
