GNOME Bugzilla – Bug 640284
Fails to build when libsocialweb-client is not installed
Last modified: 2011-02-02 13:27:45 UTC
The socialweb plugin is optional, so when libsocialweb-client is not found, it is disabled. However, src/plugins/Makefile.am hardcodes it, so it gets built, no matter what. My patch disables in configure.in the unported plugins to the new API, so only those that have all the deps and are requested, among those that have been ported, are built.
Created attachment 179052 [details] [review] Dont hardcode the list of plugins to build
I removed the libsocialweb version downgrade though, as the upgrade is necessary for the video upload support.