--- a/protocols/xmpp/meson.build Fri Feb 28 01:30:58 2025 -0600 +++ b/protocols/xmpp/meson.build Fri Feb 28 14:00:25 2025 -0600 @@ -25,7 +25,7 @@ XMPP_SOURCES + XMPP_HEADERS, c_args : ['-DPURPLE_XMPP_COMPILATION', '-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-XMPP"'], gnu_symbol_visibility : 'hidden', - dependencies : [libpurple_dep, glib, gio, hasl, xeme], + dependencies : [libpurple_dep, glib, gio, hasl, xeme_dep], install : true, install_dir : PURPLE_PLUGINDIR)