mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
meson: Update proc_macro2 meson.build patch
Update the proc-macro2/meson.build to include the changes from v1.0.81.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11071
Signed-off-by: José Expósito <jexposit@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28923>
(cherry picked from commit 18c5315731)
This commit is contained in:
parent
58dfa780c1
commit
6fc67be3a5
2 changed files with 10 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"description": "meson: Update proc_macro2 meson.build patch",
|
||||
"nominated": false,
|
||||
"nomination_type": 3,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -41,6 +41,15 @@ endif
|
|||
if rc.version().version_compare('< 1.57')
|
||||
rust_args += ['--cfg', 'no_is_available']
|
||||
endif
|
||||
if rc.version().version_compare('< 1.66')
|
||||
rust_args += ['--cfg', 'no_source_text']
|
||||
endif
|
||||
if rc.version().version_compare('< 1.79')
|
||||
rust_args += [
|
||||
'--cfg', 'no_literal_byte_character',
|
||||
'--cfg', 'no_literal_c_string',
|
||||
]
|
||||
endif
|
||||
|
||||
u_ind = subproject('unicode-ident').get_variable('lib')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue