pidgin/plugins/unity/meson.build

Thu, 23 Feb 2023 06:00:48 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 23 Feb 2023 06:00:48 -0600
changeset 42081
16ef7725e459
parent 41665
149e5ba1e807
child 42372
ba3a49903905
permissions
-rw-r--r--

IRCv3: Port to our new SASL library named Hasl

Testing Done:
Connected to a local ergo and verfied that `PLAIN` worked with the right password and that it fell back to `EXTERNAL` with the wrong password, before giving up.

Reviewed at https://reviews.imfreedom.org/r/2236/

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())

mercurial