| 18 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Notify"'], |
18 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Notify"'], |
| 19 dependencies : [libpurple_dep, libpidgin_dep, glib], |
19 dependencies : [libpurple_dep, libpidgin_dep, glib], |
| 20 name_prefix : '', |
20 name_prefix : '', |
| 21 build_by_default: false, |
21 build_by_default: false, |
| 22 install : false, install_dir : PIDGIN_PLUGINDIR) |
22 install : false, install_dir : PIDGIN_PLUGINDIR) |
| 23 |
|
| 24 relnot = library('relnot', 'relnot.c', |
|
| 25 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-RelNot"'], |
|
| 26 dependencies : [libpurple_dep, libpidgin_dep, libsoup, glib], |
|
| 27 name_prefix : '', |
|
| 28 install : true, install_dir : PIDGIN_PLUGINDIR) |
|
| 29 |
23 |
| 30 spellchk = library('spellchk', 'spellchk.c', |
24 spellchk = library('spellchk', 'spellchk.c', |
| 31 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-SpellCheck"'], |
25 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-SpellCheck"'], |
| 32 dependencies : [libpurple_dep, libpidgin_dep, glib], |
26 dependencies : [libpurple_dep, libpidgin_dep, glib], |
| 33 name_prefix : '', |
27 name_prefix : '', |