diff options
author | zhuyaliang <[email protected]> | 2021-07-25 11:52:47 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-07-30 19:02:49 +0200 |
commit | 8dca108a6a4bed0b3411e41cb04b143c71036b67 (patch) | |
tree | 35632a66e2d50c89a690e5202a2e0ff56e7285b6 /po/meson.build | |
parent | a1216168706c08384154d3cea579d223fdc9e81d (diff) | |
download | mate-calc-8dca108a6a4bed0b3411e41cb04b143c71036b67.tar.bz2 mate-calc-8dca108a6a4bed0b3411e41cb04b143c71036b67.tar.xz |
Add build support for meson
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..f904cde --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n.gettext(meson.project_name(), + preset: 'glib' +) |