mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
meson: fix version typo + grammar
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
5e584a9db7
commit
1262e828e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue