nak: fix meson typo
Fixes: 95bff5ca5b
("nak: Add minimum bindgen requirement")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30288>
This commit is contained in:
@@ -17,8 +17,8 @@ bindgen_version = find_program('bindgen').version()
|
||||
if bindgen_version == 'unknown'
|
||||
error('Failed to detect bindgen version. If you are using bindgen 0.69.0, ' +
|
||||
'please either update to 0.69.1 or downgrade to 0.68.1. You can ' +
|
||||
'install the latest version for your user with ` +
|
||||
``cargo install bindgen-cli`.')
|
||||
'install the latest version for your user with ' +
|
||||
'`cargo install bindgen-cli`.')
|
||||
endif
|
||||
|
||||
if bindgen_version.version_compare('< 0.65')
|
||||
|
Reference in New Issue
Block a user