finch/plugins/gnttinyurl/meson.build

changeset 42678
0b9b81b6ff18
parent 42677
66b49e545c53
child 42679
192a8112562f
--- a/finch/plugins/gnttinyurl/meson.build	Wed Apr 10 02:23:01 2024 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-library('gnttinyurl', 'gnttinyurl.c',
-    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-TinyURL"'],
-    dependencies : [libpurple_dep, libfinch_dep, libsoup, glib],
-    name_prefix : '',
-    install : true, install_dir : FINCH_PLUGINDIR)
-
-settings_schemas = [
-  'im.pidgin.Finch.plugin.TinyURL.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('FINCH_PLUGIN_PATH', meson.current_build_dir())

mercurial