Files
cryptsetup/po/meson.build
Daniel Zatovic 114a13af84 Add support for meson build system.
For now, let's keep support for both - autotools and meson.
2023-03-03 13:49:47 +00:00

8 lines
163 B
Meson

if get_option('nls')
i18n = import('i18n')
i18n.gettext(meson.project_name(),
preset: 'glib',
data_dirs: '.',
install: true)
endif