--- a/pidgin/plugins/gevolution/meson.build Fri Apr 27 05:38:28 2018 -0400 +++ b/pidgin/plugins/gevolution/meson.build Fri Apr 27 06:04:11 2018 -0400 @@ -9,8 +9,10 @@ ] if PLUGINS + gmodule = dependency('gmodule-2.0') + gevolution = library('gevolution', gevolution_SOURCES, - dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib], + dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib, gmodule], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) endif