1 #######################################################################
2 # Check for Internationalized Domain Name support
3 #######################################################################
6 idn = dependency('libidn', version : '>= 0.0.0', required : force_deps)
7 use_idn = [ '-DUSE_IDN' ]
40 'google/google_p2p.c',
41 'google/google_p2p.h',
42 'google/google_presence.c',
43 'google/google_presence.h',
44 'google/google_roster.c',
45 'google/google_roster.h',
46 'google/google_session.c',
47 'google/google_session.h',
48 'google/jingleinfo.c',
49 'google/jingleinfo.h',
108 JABBERSOURCES += ['auth_cyrus.c']
112 jabber_link_args = ['-Wl,--export-all-symbols']
114 jabber_link_args = []
118 jabber_prpl = shared_library('jabber', JABBERSOURCES,
120 link_args : jabber_link_args,
121 dependencies : [gstreamer, idn, libxml, sasl, libpurple_dep, glib, gio, math, ws2_32],
122 install : true, install_dir : PURPLE_PLUGINDIR)