--- a/pidgin/plugins/gestures/meson.build Mon Oct 30 12:28:23 2023 -0500 +++ b/pidgin/plugins/gestures/meson.build Mon Oct 30 21:55:21 2023 -0500 @@ -13,4 +13,14 @@ build_by_default : false, # FIXME: Port to GTK4 install : false, install_dir : PIDGIN_PLUGINDIR) +settings_schemas = [ + 'im.pidgin.Pidgin.plugin.Gestures.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('PIDGIN_PLUGIN_PATH', meson.current_build_dir())