Fri, 31 Dec 2021 03:34:12 -0600
Replace g_time_zone_new by g_time_zone_new_identifier
The former calls the latter with a fallback to UTC, but is deprecated, so we're going to do the same for now (though maybe we should fall back to our normal `tz == NULL` handling?)
Testing Done:
Compiled.
Reviewed at https://reviews.imfreedom.org/r/1211/
|
40598
f88830d41330
Add doc alias target when possible.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
39447
diff
changeset
|
1 | protocols_doc = [] |
|
f88830d41330
Add doc alias target when possible.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
39447
diff
changeset
|
2 | |
|
39447
5b3604675692
meson: Generate docs for facebook only when plugin itself is built
Petteri Pitkänen <petepitk@gmail.com>
parents:
38515
diff
changeset
|
3 | if DYNAMIC_FACEBOOK |
|
5b3604675692
meson: Generate docs for facebook only when plugin itself is built
Petteri Pitkänen <petepitk@gmail.com>
parents:
38515
diff
changeset
|
4 | subdir('facebook') |
|
40598
f88830d41330
Add doc alias target when possible.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
39447
diff
changeset
|
5 | protocols_doc += facebook_doc |
|
39447
5b3604675692
meson: Generate docs for facebook only when plugin itself is built
Petteri Pitkänen <petepitk@gmail.com>
parents:
38515
diff
changeset
|
6 | endif |