[Spice-commits] po/meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Feb 15 09:45:15 UTC 2019
po/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ef082bf1b1c37a637ec001997f22fc873d5e506d
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Fri Jan 18 04:16:08 2019 +0400
meson: fix po generation
Use glib preset (from meson v0.37) to catch all our translatable
strings and use good default settings.
While at it, remove the needless directory argument.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/po/meson.build b/po/meson.build
index 60c27a7..fb3c395 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,3 @@
i18n = import('i18n')
i18n.gettext(meson.project_name(),
- args : '--directory=@0@'.format(meson.source_root()))
+ preset : 'glib')
More information about the Spice-commits
mailing list