The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
359 B
7 lines
359 B
## Gettext targets are ignored if `gettext` is not installed |
|
|
|
Previously the `i18n` module has errored out when `gettext` tools are |
|
not installed on the system. Starting with this version they will |
|
become no-ops instead. This makes it easier to build projects on |
|
minimal environments (such as when bootstrapping) that do not have |
|
translation tools installed.
|
|
|