doc/reference/meson.build

Sat, 05 Sep 2020 17:11:53 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 05 Sep 2020 17:11:53 -0500
changeset 40527
3f84fcb8ddc7
parent 38529
6b1f391a52ba
child 40598
f88830d41330
permissions
-rw-r--r--

Add the 2.14.0 and 2.14.1 ChangeLog entries to the ChangeLog and remove the entries from the 3.0.0 entry.

Testing Done:
None, it's the ChangeLog.

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

38515
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 subdir('libpurple')
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2 subdir('protocols')
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 if ENABLE_GTK
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5 subdir('pidgin')
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 endif
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
7
38529
6b1f391a52ba Remove redundant option variables.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38515
diff changeset
8 if enable_consoleui
38515
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
9 subdir('finch')
2d4d3a8fd23c Add documentation to Meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
10 endif

mercurial