| 321 c_args : ['-DPURPLE_COMPILATION', '-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple"'], |
319 c_args : ['-DPURPLE_COMPILATION', '-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple"'], |
| 322 include_directories : [toplevel_inc, libpurple_inc], |
320 include_directories : [toplevel_inc, libpurple_inc], |
| 323 install : true, |
321 install : true, |
| 324 version : PURPLE_LIB_VERSION, |
322 version : PURPLE_LIB_VERSION, |
| 325 dependencies : # static_link_libs |
323 dependencies : # static_link_libs |
| 326 [dnsapi, ws2_32, glib, gio, gplugin_dep, gupnp, |
324 [dnsapi, ws2_32, glib, gio, gplugin_dep, libsoup, |
| 327 gupnp_igd, libsoup, libxml, gdk_pixbuf, gstreamer, |
325 libxml, gdk_pixbuf, gstreamer, gstreamer_app, json, |
| 328 gstreamer_app, json, sqlite3, math]) |
326 sqlite3, math]) |
| 329 |
327 |
| 330 install_headers(purple_coreheaders, |
328 install_headers(purple_coreheaders, |
| 331 subdir : purple_include_base) |
329 subdir : purple_include_base) |
| 332 |
330 |
| 333 install_headers(purple_mediaheaders, |
331 install_headers(purple_mediaheaders, |