pidgin/pidgin

197294ca7c2e
Parents 22c42a8405ad
Children 4e20540308d7
Disable the XMPP Discovery Plugin by default

It depends on the old XMPP plugin which we've deleted, but it also depends on
some other API that we want to delete.

Testing Done:
Compiled with the turtles.

Reviewed at https://reviews.imfreedom.org/r/3119/
--- a/pidgin/plugins/disco/meson.build Sat Apr 13 22:37:17 2024 -0500
+++ b/pidgin/plugins/disco/meson.build Sat Apr 13 23:01:11 2024 -0500
@@ -27,6 +27,8 @@
gnu_symbol_visibility : 'hidden',
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
- install : true, install_dir : PIDGIN_PLUGINDIR)
+ install : true,
+ install_dir : PIDGIN_PLUGINDIR,
+ build_by_default : false)
devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())