diff options
| author | Eric Engestrom <eric@igalia.com> | 2025-04-17 02:39:38 +0200 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-04-17 14:43:30 +0000 |
| commit | 8744c98fa9c977c962ed3dc511619b0d08496400 (patch) | |
| tree | 610c1f6c05aa88ce9e8beab880a28f2758b09636 /meson.options | |
| parent | b9472db4963d3d434dc02a2adc7f6ce1e99ddaa1 (diff) | |
meson: remove duplicate `deprecated` for `power8` option
Fixes: c4b305079d70790ee9d3 ("meson: Simplify the power8 optimization logic")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34565>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.options b/meson.options index cd1d8085f87..3dcbcfd7116 100644 --- a/meson.options +++ b/meson.options @@ -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, ) |