diff options
author | zhuyaliang <[email protected]> | 2023-05-23 17:24:08 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-05-25 16:13:58 +0000 |
commit | a3f91214bc683e61426d25d8cf6e27b7e51412aa (patch) | |
tree | 5ed74f9c4bc95ce59861bdb9f44429b305833829 /po/meson.build | |
parent | 65a6c367e28e338dc74931dece1af9e53338276f (diff) | |
download | mate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.bz2 mate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.xz |
Add meson compilation support
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 0000000..5159141 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext(gettext_package, preset : 'glib') |