depends lvm &&

if list_find "${EVMS_OPTS}" "--enable-gui" || list_find "${EVMS_OPTS}" "--enable-text-mode"; then
  depends  glib
fi &&

if list_find "${EVMS_OPTS}" "--enable-text-mode"; then
  depends  ncurses
fi &&

if list_find "${EVMS_OPTS}" "--enable-gui"; then
  depends  gtk+
fi
