Mon, 05 Dec 2022 05:31:22 -0600
Remove the privacy api
This API has been needing a rewrite for as long as I've been working on Gaim /
Pidgin and nothing has come of it. Therefore, I'm am removing it for a much
more simplified approach in the future.
Testing Done:
Sent some messages with the demo protocol plugin.
Reviewed at https://reviews.imfreedom.org/r/2065/
|
41665
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
1 | unity = library('unity', 'unity.c', |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
2 | c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
3 | dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
4 | name_prefix : '', |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
5 | install : true, install_dir : PIDGIN_PLUGINDIR) |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
6 | |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
7 | devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) |