[Mesa-dev] [PATCH] meson: don't install translation files
Dylan Baker
dylan at pnwbakers.com
Thu Nov 1 16:06:13 UTC 2018
CC: eric.engestrom at intel.com
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 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)
--
2.19.1
More information about the mesa-dev
mailing list