diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2017-06-09 22:38:19 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-06-23 18:00:40 +0200 |
commit | 95256079d3457056fbcdf48e5d618a6e57af0439 (patch) | |
tree | 82339e1cce1701f965b65eb49a236f666fe8ec1a /po/meson.build | |
parent | a1da1b32da5f4c1aa307a170cff80154f210c172 (diff) | |
download | totem-95256079d3457056fbcdf48e5d618a6e57af0439.tar.gz |
build: Port to meson build system
With additional testing and patches from Bastien Nocera
<hadess@hadess.net>
https://bugzilla.gnome.org/show_bug.cgi?id=783205
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 000000000..e9b77d79b --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext(meson.project_name(), preset: 'glib') |