doc/reference/meson.build@c821b5ab8895
doc/reference/meson.build
Tue, 20 Feb 2024 01:19:41 -0600
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Tue, 20 Feb 2024 01:19:41 -0600
- changeset 42593
- c821b5ab8895
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Add a show offline buddies toggle button to the contact list
I debated about making a property for `show-offline` but decided against it as we probably don't need/want another way to customize the filters.
Testing Done:
Clicked the button a few times
Reviewed at https://reviews.imfreedom.org/r/2961/
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