| 248 dependencies : _libpidgin_dependencies, |
248 dependencies : _libpidgin_dependencies, |
| 249 install : true) |
249 install : true) |
| 250 libpidgin_dep = declare_dependency( |
250 libpidgin_dep = declare_dependency( |
| 251 include_directories : [toplevel_inc, libpidgin_inc], |
251 include_directories : [toplevel_inc, libpidgin_inc], |
| 252 link_with : libpidgin, |
252 link_with : libpidgin, |
| |
253 sources : libpidgin_built_headers, |
| 253 dependencies : [gtk, glib, math, talkatu_dep, gplugin_gtk_dep]) |
254 dependencies : [gtk, glib, math, talkatu_dep, gplugin_gtk_dep]) |
| 254 |
255 |
| 255 pidgin = executable('pidgin3', |
256 pidgin = executable('pidgin3', |
| 256 pidgin_SOURCES, |
257 pidgin_SOURCES, |
| 257 c_args : ['-DPIDGIN_COMPILATION', '-DG_LOG_DOMAIN="Pidgin"'], |
258 c_args : ['-DPIDGIN_COMPILATION', '-DG_LOG_DOMAIN="Pidgin"'], |