pidgin/plugins/unity/meson.build

changeset 41665
149e5ba1e807
child 42372
ba3a49903905
equal deleted inserted replaced
41664:a9b4409be267 41665:149e5ba1e807
1 unity = library('unity', 'unity.c',
2 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
3 dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
4 name_prefix : '',
5 install : true, install_dir : PIDGIN_PLUGINDIR)
6
7 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial