In flashcard_cycle.info I think the dependency (line 10) should be:
dependencies[] = jquery_plugin
rather than:
dependencies[] = libraries

i.e. the flashcard_cycle.info file should read:

name = Flashcard Cycle
core = 7.x
description = Uses the jQuery Cycle plugin to display Flashcards.

configure = admin/config/flashcard/cycle

package = Flashcard

dependencies[] = flashcard
dependencies[] = jquery_plugin

I could not enable the flashcard_cycle module without making this change.

Comments

drupalshrek’s picture

Making this change also seems to fix the http://drupal.org/node/1744528 issue.

drupalshrek’s picture

Status: Active » Closed (works as designed)

In fact, it was correct, you need to install the http://drupal.org/project/libraries module to allow the Flashcard Cycle module to be enabled.