Mesa (master): meson: fix version typo + grammar

Eric Engeström eric_engestrom at kemper.freedesktop.org
Mon Oct 2 09:17:42 UTC 2017


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

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Fri Sep 29 15:25:18 2017 +0100

meson: fix version typo + grammar

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 5353a41748..02f43eec23 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




More information about the mesa-commit mailing list