meson: remove duplicate deprecated
for gallium-xa
option
Fixes: cf40099730
("meson: deprecate gallium-xa")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34565>
(cherry picked from commit b9472db4963d3d434dc02a2adc7f6ce1e99ddaa1)
This commit is contained in:

committed by
Eric Engestrom

parent
e106478551
commit
9967c83f0b
@@ -1504,7 +1504,7 @@
|
|||||||
"description": "meson: remove duplicate `deprecated` for `gallium-xa` option",
|
"description": "meson: remove duplicate `deprecated` for `gallium-xa` option",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 2,
|
"nomination_type": 2,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "cf40099730c4af304227c30c891834cec220abff",
|
"because_sha": "cf40099730c4af304227c30c891834cec220abff",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
@@ -127,7 +127,6 @@ option(
|
|||||||
option(
|
option(
|
||||||
'gallium-xa',
|
'gallium-xa',
|
||||||
type : 'feature',
|
type : 'feature',
|
||||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
|
||||||
description : 'enable gallium xa frontend.',
|
description : 'enable gallium xa frontend.',
|
||||||
deprecated: true,
|
deprecated: true,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user