| 105 else |
105 else |
| 106 jabber_link_args = [] |
106 jabber_link_args = [] |
| 107 endif |
107 endif |
| 108 |
108 |
| 109 if DYNAMIC_JABBER |
109 if DYNAMIC_JABBER |
| |
110 idn = dependency('libidn', version : '>= 0.0.0') |
| |
111 |
| 110 jabber_prpl = shared_library('jabber', JABBERSOURCES, |
112 jabber_prpl = shared_library('jabber', JABBERSOURCES, |
| 111 link_args : jabber_link_args, |
113 link_args : jabber_link_args, |
| 112 dependencies : [gstreamer, idn, libxml, sasl, libpurple_dep, libsoup, glib, gio, math, ws2_32], |
114 dependencies : [gstreamer, idn, libxml, sasl, libpurple_dep, libsoup, glib, gio, math, ws2_32], |
| 113 install : true, install_dir : PURPLE_PLUGINDIR) |
115 install : true, install_dir : PURPLE_PLUGINDIR) |
| 114 |
116 |