diff options
-rw-r--r-- | src/util/xmlpool/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build index 1fce397e472..81184fa6b14 100644 --- a/src/util/xmlpool/meson.build +++ b/src/util/xmlpool/meson.build @@ -37,4 +37,4 @@ xmlpool_options_h = custom_target( ) i18n = import('i18n') -i18n.gettext('xmlpool') +i18n.gettext('xmlpool', install : false) |