[Mesa-dev] [PATCH] meson: don't install translation files

Eric Engestrom eric.engestrom at intel.com
Thu Nov 1 16:15:14 UTC 2018


On Thursday, 2018-11-01 09:06:13 -0700, Dylan Baker wrote:
> CC: eric.engestrom at intel.com
> Fixes: 7834926a4f5ca0a60ec3d18c87a1e0a68b615820
>        ("meson: add support for generating translation mo files")

Tested-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

Thanks :)

> ---
>  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