pidgin/plugins/gevolution/meson.build

Sat, 09 Sep 2017 05:12:28 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 09 Sep 2017 05:12:28 -0400
changeset 38709
6c80734ca3b4
parent 38471
a7ce1d49ac8c
child 38985
f14c99e72ef2
permissions
-rw-r--r--

Add pidgin_menu_popup_at_treeview_selection.

This wraps the previous helper function into a private function and
also uses the new gtk_menu_popup_at_rect instead for newer GTK+.

gevolution_SOURCES = [
	'add_buddy_dialog.c',
	'assoc-buddy.c',
	'gevolution.c',
	'gevolution.h',
	'gevo-util.c',
	'new_person_dialog.c',
	'eds-utils.c'
]

if PLUGINS
	gevolution = library('gevolution', gevolution_SOURCES,
	    dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial