GNOME Bugzilla – Bug 625156
Add support for plugin dependencies.
Last modified: 2010-07-27 18:55:05 UTC
Through the Depends: line of the plugin info.
Created attachment 166471 [details] [review] Add support for plugin dependencies.
Created attachment 166485 [details] [review] Add basic support for plugin dependencies. This one takes care of avoiding circular dependencies, but if there is a circular dependencies the final behaviour is undefined as we can't predict reliably in which order the circular dependants will be loaded.
Attachment 166485 [details] pushed as d230359 - Add basic support for plugin dependencies.