doc/reference/meson.build@7cc69bde919d
doc/reference/meson.build
Thu, 21 Jul 2022 01:10:22 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Thu, 21 Jul 2022 01:10:22 -0500
- changeset 41454
- 7cc69bde919d
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Update pidgin for the purple_account_manager_get_(in)active deprecations
Testing Done:
Compiled and made sure the menus still functioned as expected.
Reviewed at https://reviews.imfreedom.org/r/1536/
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