pidgin/plugins/unity/meson.build

changeset 42452
8b5a5b21d6da
parent 42372
ba3a49903905
child 42468
3ea8d5befbe4
equal deleted inserted replaced
42451:b706b229d5f4 42452:8b5a5b21d6da
2 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], 2 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
3 dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], 3 dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
4 name_prefix : '', 4 name_prefix : '',
5 install : true, install_dir : PIDGIN_PLUGINDIR) 5 install : true, install_dir : PIDGIN_PLUGINDIR)
6 6
7 settings_schemas = [
8 'im.pidgin.Pidgin.plugin.Unity.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
7 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) 17 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial