[Mesa-dev] [PATCH mesa] meson: fix version typo + grammar

Dylan Baker dylan at pnwbakers.com
Fri Sep 29 16:05:47 UTC 2017


I had this exact same change in my wip tree,

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Quoting Eric Engestrom (2017-09-29 08:06:39)
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 5353a4174849334b6db5..02f43eec23092c753002 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -56,7 +56,7 @@ prog_python2 = find_program('python2')
>  
>  cc = meson.get_compiler('c')
>  if cc.get_id() == 'gcc' and cc.version().version_compare('< 4.4.6')
> -  error('When using GCC version 4.2.0 or later required.')
> +  error('When using GCC, version 4.4.6 or later is required.')
>  endif
>  
>  # Arguments for the preprocessor, put these in a separate array from the C and
> -- 
> Cheers,
>   Eric
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170929/cb9d20d8/attachment.sig>


More information about the mesa-dev mailing list