doc/reference/meson.build

Tue, 23 Jan 2024 01:24:59 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 23 Jan 2024 01:24:59 -0600
changeset 42581
73eda937c387
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Add purple_contact_info_get_menu and PurpleContactInfo::populate-menu

This is the replacement for the blist-node-extended-menu signal in purple 2.

This uses BirbActionMenu which means libpurple now depends on birb.

Testing Done:
Ran the unit tests under valgrind.

Reviewed at https://reviews.imfreedom.org/r/2837/

if get_option('doc')

subdir('libpurple')
subdir('protocols')

if ENABLE_GTK
	subdir('pidgin')
else
	pidgin_doc = []
endif

if enable_consoleui
	subdir('finch')
else
	finch_doc = []
endif

alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)

endif

mercurial