--- a/finch/plugins/lastlog/meson.build Wed Apr 10 02:23:01 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -library('gntlastlog', 'lastlog.c', - c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-LastLog"'], - dependencies : [libpurple_dep, libfinch_dep, ncurses, glib], - name_prefix : '', - install : true, install_dir : FINCH_PLUGINDIR) - -devenv.append('FINCH_PLUGIN_PATH', meson.current_build_dir())