finch/plugins/gnttinyurl/meson.build

changeset 42678
0b9b81b6ff18
parent 42677
66b49e545c53
child 42679
192a8112562f
equal deleted inserted replaced
42677:66b49e545c53 42678:0b9b81b6ff18
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())

mercurial