diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-11-01 09:02:39 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-11-01 10:49:16 -0700 |
commit | 1f41104b9bab50652050bf4524f2b9f371f7ca9b (patch) | |
tree | 9995ff2c9d649443b17f926fe10f10261be5bd74 | |
parent | 4da169d36855780f0cf1b23eaf4ce87ab7b51ef1 (diff) | |
download | mesa-1f41104b9bab50652050bf4524f2b9f371f7ca9b.tar.gz |
meson: don't install translation files18.3-branchpoint
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")
-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) |