pidgin/pidgin

Disable the state notify plugin for now

2 weeks ago, Gary Kramlich
af918f4ddfdf
Parents 7b4bcfb46b6a
Children ffc82edcdbfe
Disable the state notify plugin for now

This needs to be converted to the new presence API and it's in the way at the
moment.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/3101/
--- a/libpurple/plugins/statenotify/meson.build Fri Apr 12 01:23:26 2024 -0500
+++ b/libpurple/plugins/statenotify/meson.build Fri Apr 12 01:41:35 2024 -0500
@@ -3,7 +3,9 @@
gnu_symbol_visibility : 'hidden',
dependencies : [libpurple_dep],
name_prefix : '',
- install : true, install_dir : PURPLE_PLUGINDIR)
+ install : true,
+ install_dir : PURPLE_PLUGINDIR,
+ build_by_default : false)
settings_schemas = [
'im.pidgin.Purple.plugin.StateNotify.gschema.xml',