pidgin/pidgin

Create PurpleAvatar to represent avatars

18 months ago, Gary Kramlich
c7bcaf2f41ef
Create PurpleAvatar to represent avatars

Testing Done:
Ran the unit tests and manually verified the docs.

Reviewed at https://reviews.imfreedom.org/r/2092/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true,
override_options : ['c_std=c99', 'warning_level=2'])