Thu, 11 Aug 2022 21:56:21 -0500
Make cyrus-sasl required
Testing Done:
Compiled
Reviewed at https://reviews.imfreedom.org/r/1579/
|
40461
25f653ee017e
Change the logic for determining whether or not to install translations
Gary Kramlich <grim@reaperworld.com>
parents:
39707
diff
changeset
|
1 | i18n = import('i18n') |
|
25f653ee017e
Change the logic for determining whether or not to install translations
Gary Kramlich <grim@reaperworld.com>
parents:
39707
diff
changeset
|
2 | |
|
41297
4960320545ef
Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents:
40461
diff
changeset
|
3 | # use the glib preset which is defined at |
|
4960320545ef
Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents:
40461
diff
changeset
|
4 | # https://github.com/mesonbuild/meson/blob/master/mesonbuild/modules/i18n.py#L93 |
|
4960320545ef
Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents:
40461
diff
changeset
|
5 | # at the time of this comment. |
|
41485
74a04628357f
Remove some no longer necessary meson options
Gary Kramlich <grim@reaperworld.com>
parents:
41297
diff
changeset
|
6 | i18n.gettext('pidgin', preset : 'glib') |