subprojects: Stop calling add_languages() in paste-1-rs/meson.build

Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36849>
(cherry picked from commit 291ccffd3d)
This commit is contained in:
Faith Ekstrand 2025-08-19 09:40:52 -04:00 committed by Eric Engestrom
parent 1e9ab7f43a
commit 4c59ed19db
2 changed files with 1 additions and 2 deletions

View file

@ -4614,7 +4614,7 @@
"description": "subprojects: Stop calling add_languages() in paste-1-rs/meson.build", "description": "subprojects: Stop calling add_languages() in paste-1-rs/meson.build",
"nominated": true, "nominated": true,
"nomination_type": 1, "nomination_type": 1,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": null, "because_sha": null,
"notes": null "notes": null

View file

@ -5,7 +5,6 @@ project(
license : '(MIT or Apache-2.0)', license : '(MIT or Apache-2.0)',
) )
add_languages('rust', required: true)
rust = import('rust') rust = import('rust')
lib = rust.proc_macro( lib = rust.proc_macro(