doc/reference/meson.build@fc241db9162d
doc/reference/meson.build
Wed, 29 Mar 2023 23:22:41 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Wed, 29 Mar 2023 23:22:41 -0500
- changeset 42187
- fc241db9162d
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Remove the Facebook plugin
This hasn't been used in forever and is behind on patches from the purple2
version so this for sure is not going to work. This will also stop people from
tryingt to update the purple2 version for this code as that's a horrible idea.
Testing Done:
had the turtles do their thing
Reviewed at https://reviews.imfreedom.org/r/2393/
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