diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2019-03-21 16:36:07 +0100 |
---|---|---|
committer | Iñigo Martínez <inigomartinez@gmail.com> | 2019-03-30 21:15:41 +0100 |
commit | 79bd7e5a84b01e4a50365deca3ef799acd8c998b (patch) | |
tree | 1b890c265f020a5a200a9ffc6f66c8efc3fd4218 /po | |
parent | 9b22a0251053b5869d6c2505aa9e9f34f16e0183 (diff) | |
download | glade-79bd7e5a84b01e4a50365deca3ef799acd8c998b.tar.gz |
build: Port to meson build system
meson is a build system focused on speed an ease of use, which
helps speeding up the software development.
meson build system has been added along with autotools.
Diffstat (limited to 'po')
-rw-r--r-- | po/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 00000000..5d1869ba --- /dev/null +++ b/po/meson.build @@ -0,0 +1,5 @@ +i18n.gettext( + glade_name, + preset: 'glib', + data_dirs: its_dir, +) |