pidgin/purple-plugin-pack

closing merged branch
meson
2018-08-25, Gary Kramlich
39ada5348128
closing merged branch
if TYPES.contains('incomplete') and PIDGIN.found()
ignorance_confdir = join_paths(
get_option('prefix'),
get_option('sysconfdir'),
'pidgin')
install_data('ignorance.conf', install_dir : ignorance_confdir)
ignorance = shared_module('ignorance',
'ignorance.c',
'ignorance_level.c',
'ignorance_rule.c',
'ignorance_violation.c',
'ignorance_denizen.c',
'callbacks.c',
'interface.c',
'support.c',
c_args : [
'-DIGNORANCE_CONFDIR="@0@"'.format(ignorance_confdir),
],
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'ignorance'
endif