diff --git a/.pick_status.json b/.pick_status.json index 03e13f3b2d0..c2aba25f2f4 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1504,7 +1504,7 @@ "description": "meson: remove duplicate `deprecated` for `gallium-xa` option", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "cf40099730c4af304227c30c891834cec220abff", "notes": null diff --git a/meson.options b/meson.options index 18da31eff50..6adac2b8eaf 100644 --- a/meson.options +++ b/meson.options @@ -127,7 +127,6 @@ option( option( 'gallium-xa', type : 'feature', - deprecated: {'true': 'enabled', 'false': 'disabled'}, description : 'enable gallium xa frontend.', deprecated: true, )