]> git.ipfire.org Git - thirdparty/util-linux.git/blob - po/meson.build
Merge branch 'mkswap/offset' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / po / meson.build
1 if not find_program('gettext').found()
2 subdir_done()
3 endif
4
5 i18n = import('i18n')
6 i18n.gettext(meson.project_name(),
7 preset : 'glib',
8 data_dirs : '.')