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