finch/plugins/grouping/meson.build@1a89a067a0d5
finch/plugins/grouping/meson.build
Fri, 10 Mar 2023 01:16:40 -0600
- author
- Elliott Sales de Andrade <quantum.analyst@gmail.com>
- date
- Fri, 10 Mar 2023 01:16:40 -0600
- changeset 42135
- 1a89a067a0d5
- parent 41704
-
f25917ae8556
- permissions
- -rw-r--r--
Add a PurpleRequestFieldString subclass
This also does an `hg cp`, though with all the renaming of the parameter names, maybe that wasn't as useful for tracking the diff.
Note, I didn't bother re-indenting some of the blocks, because they'll all eventually be moved when everything is subclassed.
Testing Done:
Compiled and opened Request Fields from the Demo protocol.
Reviewed at https://reviews.imfreedom.org/r/2324/
library('grouping', 'grouping.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-Grouping"'],
dependencies : [libpurple_dep, libfinch_dep, glib],
name_prefix : '',
install : true, install_dir : FINCH_PLUGINDIR)
devenv.append('FINCH_PLUGIN_PATH', meson.current_build_dir())