diff --git a/meson.build b/meson.build index 7f58e1bc..4938c170 100644 --- a/meson.build +++ b/meson.build @@ -1028,7 +1028,9 @@ if not conf_data.get('CONFIG_SMALL') testdeps += files('src/util/fastfind.c') endif -subdir('po') +if conf_data.get('CONFIG_NLS') + subdir('po') +endif subdir('src') subdir('contrib') subdir('doc')