Closed (fixed)
Project:
Flex Slider
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2013 at 12:58 UTC
Updated:
22 May 2014 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jonathan_hunt commentedI can confirm this solution.
Comment #2
onegreypaw commentedSame issue for me - confirming the .info file tweak works.
Comment #3
minoroffense commentedDoes this work when you have the dev version of libraries installed?
Comment #4
jamestombs commentedDon't have a test setup at the moment but either way you could do the following:
dependencies[] = libraries (>=2.0, 2.x)Alternatively, this may work:
dependencies[] = libraries (>=2.x)Comment #5
xurizaemonRe #3, even if Libraries 2.x dev worked today, it's not robust to set a dependency on a moving target - it would require all (23K, nice work!) sites using FlexSlider to be running a dev release. Stable releases should not depend on unstable releases. That's for Jenga!
First suggestion in #4 didn't work, Module flexslider_views_slideshow cannot be enabled because it depends on libraries (>=2.0, 2.x) but 7.x-2.1 is available. However James's second suggestion above does work, so please assign credit to him for this patch.
Comment #6
xurizaemonThis had already been fixed in c70867, although it still affects 2.0-alpha1 (patch for that).