doc/reference/meson.build

Mon, 29 Aug 2022 20:14:30 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 29 Aug 2022 20:14:30 -0500
changeset 41619
f19b4c13bc90
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Make sure we pack the label for generic notifications

Testing Done:
Ran the scanbuild image and verified the issue was resolved.

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

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