diff options
| author | zhuyaliang <[email protected]> | 2023-10-27 15:56:30 +0800 |
|---|---|---|
| committer | zhuyaliang <[email protected]> | 2023-10-27 15:56:30 +0800 |
| commit | dd55b0a24361c3a2f8eb112fab16a55a9b2c8d8f (patch) | |
| tree | b331f95a50a4a381b89023b742ff547a3b05594b /po | |
| parent | 05f3a440f3cbd7c4fd04962f964292a764f5b6ac (diff) | |
| download | mate-notification-daemon-meson.tar.bz2 mate-notification-daemon-meson.tar.xz | |
add meson build supportmeson
Diffstat (limited to 'po')
| -rw-r--r-- | po/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..964935b --- /dev/null +++ b/po/meson.build @@ -0,0 +1,6 @@ +i18n.gettext(meson.project_name(), + preset : 'glib', + args: [ + '--default-domain=' + meson.project_name() + ] +) |
