From f890bec77afb8e716b1c8b7fb0bdfdd82a5bbebd Mon Sep 17 00:00:00 2001 From: Rens Oliemans Date: Wed, 8 Feb 2023 15:40:29 +0100 Subject: [PATCH] Add gettext dependency to README.md When building mcg the following output is generated by meson when gettext isn't installed: WARNING: Gettext not found, all translation targets will be ignored. data/meson.build:3:0: ERROR: Can not assign None to variable. The meson.build:3 is i18n, translations which go wrong without gettext. I think that this is only when building, but am not 100% sure. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 083b151..40e3079 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Dependencies: * [Avahi](http://www.avahi.org) (optional) * [python-keyring](http://pypi.python.org/pypi/keyring) (optional) * [meson](https://mesonbuild.com/) and [ninja](https://ninja-build.org/) (building) +* [gettext](https://www.gnu.org/software/gettext/) (building) Additionally a [MPD](http://www.musicpd.org) server (version >= 0.21.0) is required at runtime.