doc/reference/meson.build

Thu, 13 Jan 2022 23:47:42 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 13 Jan 2022 23:47:42 -0600
changeset 41249
b147a2ac58f0
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

remove purple_str_to_time and other unused time utility functions

Testing Done:
Compiled, ran tests, and ran the program.

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

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