pidgin/pidgin

React only to the first stream info signal
port-changes-from-branch-2.x.y-to-default
2019-10-03, Fabrice Bellet
334fd0d7c7e6
React only to the first stream info signal
ticker_SOURCES = [
'gtkticker.c',
'gtkticker.h',
'ticker.c'
]
if PLUGINS
ticker = library('ticker', ticker_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif