--- a/libpurple/plugins/autoaccept/meson.build Mon Sep 12 10:01:28 2022 -0500 +++ b/libpurple/plugins/autoaccept/meson.build Mon Sep 12 10:02:35 2022 -0500 @@ -4,4 +4,14 @@ name_prefix : '', install : true, install_dir : PURPLE_PLUGINDIR) +settings_schemas = [ + 'im.pidgin.Purple.plugin.AutoAccept.gschema.xml', +] + +install_data(settings_schemas, install_dir: schemas_dir) +gnome.post_install(glib_compile_schemas: true) + +# Compile the schemas in the current directory; this is only useful for testing +gnome.compile_schemas(depend_files: files(settings_schemas)) + devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())