| 1 library('gnttinyurl', 'gnttinyurl.c', |
|
| 2 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-TinyURL"'], |
|
| 3 dependencies : [libpurple_dep, libfinch_dep, libsoup, glib], |
|
| 4 name_prefix : '', |
|
| 5 install : true, install_dir : FINCH_PLUGINDIR) |
|
| 6 |
|
| 7 settings_schemas = [ |
|
| 8 'im.pidgin.Finch.plugin.TinyURL.gschema.xml', |
|
| 9 ] |
|
| 10 |
|
| 11 install_data(settings_schemas, install_dir: schemas_dir) |
|
| 12 gnome.post_install(glib_compile_schemas: true) |
|
| 13 |
|
| 14 # Compile the schemas in the current directory; this is only useful for testing |
|
| 15 gnome.compile_schemas(depend_files: files(settings_schemas)) |
|
| 16 |
|
| 17 devenv.append('FINCH_PLUGIN_PATH', meson.current_build_dir()) |
|