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:
Eric Engestrom
2024-07-21 17:58:53 +02:00
parent 0cc23b6524
commit 324ccd7430

View File

@@ -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')