--- a/libpurple/protocols/gg/meson.build Tue Dec 29 00:27:38 2020 -0600 +++ b/libpurple/protocols/gg/meson.build Tue Dec 29 00:37:08 2020 -0600 @@ -1,4 +1,4 @@ -GGSOURCES = [ +GG_SOURCES = [ 'avatar.c', 'avatar.h', 'blist.c', @@ -52,7 +52,7 @@ ] if DYNAMIC_GG - gg_prpl = shared_library('gg', GGSOURCES, + gg_prpl = shared_library('gg', GG_SOURCES, dependencies : [libgadu, json, libpurple_dep, libsoup, glib], install : true, install_dir : PURPLE_PLUGINDIR) endif