pidgin/pidgin

42922708e18e
Replace PurpleXferUiOps.update_progress by PurpleXfer.progress.

Progress can be monitored by connecting to notify::progress on
PurpleXfer instances.
if PLUGINS
#######################################################################
# Check for libsqlite3 (for the Contact Availability Prediction plugin)
#######################################################################
SQLITE3 = dependency('sqlite3', version : '>= 3.3')
cap = library('cap', 'cap.c', 'cap.h', 'cap_statistics.h',
dependencies : [SQLITE3, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif