diff -r a9b4409be267 -r 149e5ba1e807 pidgin/plugins/unity/meson.build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/unity/meson.build Mon Sep 12 05:08:59 2022 -0500 @@ -0,0 +1,7 @@ +unity = library('unity', 'unity.c', + c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], + dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], + name_prefix : '', + install : true, install_dir : PIDGIN_PLUGINDIR) + +devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())