doc/reference/protocols/meson.build

Fri, 31 Dec 2021 03:34:12 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 31 Dec 2021 03:34:12 -0600
changeset 41232
3e534f0345b0
parent 40598
f88830d41330
child 42187
fc241db9162d
permissions
-rw-r--r--

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/

protocols_doc = []

if DYNAMIC_FACEBOOK
	subdir('facebook')
	protocols_doc += facebook_doc
endif

mercurial