GNOME Bugzilla – Bug 743316
Add libsoup as dependency to tmdb plugin in configure.ac
Last modified: 2015-02-17 17:13:14 UTC
When libsoup-dev is not installed, the build failed at compilation time in tmdb plugin. It seems that such type of error should be catched by configure in order to provide a more explicit error. For example, it's done for dLeyna and OpenSubtitles plugins.
Created attachment 295132 [details] [review] A small fix to check libsoup when doing tmdb dependencies checking
Created attachment 295133 [details] [review] A small fix to check libsoup when doing tmdb dependencies checking Oops! Previous patch was an old version.
Review of attachment 295133 [details] [review]: Looks good.
Created attachment 297037 [details] [review] tmdb: Fix tmdb building even if libsoup isn't available Disable the tmdb plugin if libsoup isn't available.
Attachment 297037 [details] pushed as 1101c67 - tmdb: Fix tmdb building even if libsoup isn't available