blob: 8b16b2685f841017ed35d71f4f3bb8b1e6cdb1f3 (
plain)
1
2
3
4
5
6
7
|
unity = library('unity', 'unity.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())
|