Mesa (master): meson: don't install translation files

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 1 17:50:04 UTC 2018


Module: Mesa
Branch: master
Commit: 1f41104b9bab50652050bf4524f2b9f371f7ca9b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f41104b9bab50652050bf4524f2b9f371f7ca9b

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Nov  1 09:02:39 2018 -0700

meson: don't install translation files

Tested-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Eric Engestrom <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 1fce397e47..81184fa6b1 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)




More information about the mesa-commit mailing list