| 10 source_dir : 'resources', |
10 source_dir : 'resources', |
| 11 c_name : 'xmppdisco') |
11 c_name : 'xmppdisco') |
| 12 xmppdisco_SOURCES += xmppdisco_resource |
12 xmppdisco_SOURCES += xmppdisco_resource |
| 13 |
13 |
| 14 xmppdisco = library('xmppdisco', xmppdisco_SOURCES, |
14 xmppdisco = library('xmppdisco', xmppdisco_SOURCES, |
| |
15 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-XMPPDisco"'], |
| 15 dependencies : [libpurple_dep, libpidgin_dep, glib], |
16 dependencies : [libpurple_dep, libpidgin_dep, glib], |
| 16 name_prefix : '', |
17 name_prefix : '', |
| 17 install : true, install_dir : PIDGIN_PLUGINDIR) |
18 install : true, install_dir : PIDGIN_PLUGINDIR) |
| 18 |
19 |
| 19 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) |
20 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) |