mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 00:30:19 +01:00
nak: fix meson typo
Fixes:95bff5ca5b("nak: Add minimum bindgen requirement") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30288> (cherry picked from commit324ccd7430)
This commit is contained in:
parent
4b6f10f7e7
commit
84ac19e896
2 changed files with 3 additions and 3 deletions
|
|
@ -1044,7 +1044,7 @@
|
|||
"description": "nak: fix meson typo",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "95bff5ca5b44e9d2a5a7863ce46a6234d86bd207",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue