meson: remove duplicate deprecated for power8 option
Fixes: c4b305079d ("meson: Simplify the power8 optimization logic")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34565>
This commit is contained in:
committed by
Marge Bot
parent
b9472db496
commit
8744c98fa9
@@ -536,7 +536,6 @@ option(
|
||||
option(
|
||||
'power8',
|
||||
type : 'feature',
|
||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
||||
description : 'Does nothing, left here for a while to avoid build breakages.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user