From 1f41104b9bab50652050bf4524f2b9f371f7ca9b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 1 Nov 2018 09:02:39 -0700 Subject: [PATCH] meson: don't install translation files Tested-by: Eric Engestrom Reviewed-by: Eric Engestrom Fixes: 7834926a4f5ca0a60ec3d18c87a1e0a68b615820 ("meson: add support for generating translation mo files") --- src/util/xmlpool/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build index 1fce397..81184fa 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) -- 2.7.4