mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
7 lines
176 B
Meson
7 lines
176 B
Meson
po_dir = meson.current_source_dir()
|
|
|
|
i18n.gettext(meson.project_name(),
|
|
args: ['--sort-output'],
|
|
data_dirs: i18n_itsdir,
|
|
preset: 'glib')
|