pidgin/purple-plugin-pack

Merged in default (pull request #12)

2018-11-24, Gary Kramlich
97bea2885806
Merged in default (pull request #12)

clean up some compiler warnings in the translate plugin

Approved-by: Elliott Sales de Andrade
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