meson: don't install translation files
authorDylan Baker <dylan@pnwbakers.com>
Thu, 1 Nov 2018 16:02:39 +0000 (09:02 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 1 Nov 2018 17:49:16 +0000 (10:49 -0700)
Tested-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Fixes: 7834926a4f5ca0a60ec3d18c87a1e0a68b615820
       ("meson: add support for generating translation mo files")

src/util/xmlpool/meson.build

index 1fce397e4723ef8e809a65c67b8b9e001c2e4523..81184fa6b14128f52b9ef0ff1cf74cf0e1ecddde 100644 (file)
@@ -37,4 +37,4 @@ xmlpool_options_h = custom_target(
 )
 
 i18n = import('i18n')
-i18n.gettext('xmlpool')
+i18n.gettext('xmlpool', install : false)